Skip to content

zevstravitz/Chamomile

Repository files navigation

Chamomile

Screen Shot 2022-06-05 at 6 12 42 PM

What is Chamomile?

Chamomile simplifies issue and git tracking from the command line. As of now the focus is bridging workflows involving Graphite and Linear.

Installing Chamomile

To use chamomile, you first have to have Graphite installed.

To install chamomile, run npm install -g chamomile-cli.

Then to get started, run

cl auth linear -t <token>
chamomile issue create

Getting a Linear Token

Get a linear token from the Linear App under Settings > Account > API > Personal API Keys. Generate a key and copy it, and substitute the token with the token variable up above.

Shortcuts

Shortcuts are available for the following commands:

Command Shortcut
chamomile cl
auth linear al
issue create ic

So, for example, you can run cl ic to create a new issue.

Running Locally

To run Chamomile locally, you will want to first get a linear ticket as described above.

Then run:

pnpm install
pnpm develop
cl auth linear -t <token>
cl ic

To test out issue creation.

About

🧘‍♀️ Chamomile simplifies issue and git tracking from the command line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published