crocodile
v1.0.4
Published
CrocodileJS command line utility for starting new projects
Downloads
12
Readme
crocodile-cli
This is a simple command-line tool to generate and upgrade projects using Crocodile (it's very similar to a project generator like Yeoman, but simpler).
Install
npm install -g crocodile
Usage
crocodile
`.-::::-.`
`-+ooooooooooo+/`
:osso++//+ssooooos:.
+s/. -sssoo+ooosso-
:o` :yso++++o+ooyso
/` `:yo+++++ooosyys-
-/++oo+++oooosy/...
./osss+++oo+oossosso/
``/oo+ssoosoossossss/
./+++ooossysso:.soo
:ooooo/:-:--. +oo-
`--. `.`
🐊 CrocodileJS is a Node MVC framework that lets you chew apart JavaScript - https://crocodilejs.com
Usage: [options] [command]
Commands:
chew <dir> [version] Create a new CrocodileJS project
upgrade Upgrade your existing CrocodileJS project
issues Open GitHub issues for CrocodileJS
docs Read CrocodileJS documentation on GitHub
license Purchase a CrocodileJS license
rock I wonder what this does?
Options:
-h, --help output usage information
-V, --version output the version number
Development
Because we utilize babel
to compile the project, use npm run watch
to recompile on file changes.