@wethegit/corgi
v4.0.2
Published
Command line interface for use with the corgi framework.
Readme
corgi CLI
The corgi CLI provides a toolkit for quickly and easily setting up projects, pages, and components within a corgi project.
Check out the corgi CLI documentation.
Contributing
For local development, you'll want to:
- Clone this repo, and branch off
dev. cdinto theclidirectory, runnpm install.- Run
npm linkto create a symlink to the corgi executable. - Create an empty test project somewhere else on your machine, and run
npm link @wethegit/corgi. - You can now make changes to the corgi CLI codebase and see them reflected in your test project.
- Make any pull requests against the
devbranch.
