@wethegit/corgi
v4.0.1
Published
Command line interface for use with the corgi framework.
Downloads
8
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
. cd
into thecli
directory, runnpm install
.- Run
npm link
to 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
dev
branch.