Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Jan 4, 2021
1 parent 1217faf commit 04ade25
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
# cli
# @baton/cli

A CLI for Baton's backend.

## Usage

[Download a recent release](https://github.com/Baton-donation/cli/releases).

## Development

Copy `.env.example` to `.env` and update as necessary. Then:

```bash
# install dependencies
yarn install

# build and watch for changes
yarn build:watch

# in another window, run
./bin/run help
```

To create a new release, run `npm version [patch|minor|major]`, then `git push && git push --tags`. A new release will automatically be created if all checks pass.

0 comments on commit 04ade25

Please sign in to comment.