https://github.com/weisjohn/crocodile-cli
:crocodile: This is a simple command-line tool to generate and upgrade projects using CrocodileJS
https://github.com/weisjohn/crocodile-cli
Last synced: 24 days ago
JSON representation
:crocodile: This is a simple command-line tool to generate and upgrade projects using CrocodileJS
- Host: GitHub
- URL: https://github.com/weisjohn/crocodile-cli
- Owner: weisjohn
- Created: 2016-10-05T03:36:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-06T07:48:13.000Z (almost 10 years ago)
- Last Synced: 2025-10-30T02:53:08.765Z (9 months ago)
- Language: JavaScript
- Homepage: https://crocodilejs.com
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# crocodile-cli
[![Slack Status][slack-image]][slack-url]
[![MIT License][license-image]][license-url]
[![Standard JS Style][standard-image]][standard-url]
> This is a simple command-line tool to generate and upgrade projects using [Crocodile][crocodile-url] (it's very similar to a project generator like [Yeoman][yeoman], but simpler).
## Install
```bash
npm install -g crocodile
```
## Usage
```bash
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 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.
## License
[MIT License][license-url]
[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
[license-url]: LICENSE
[crocodile-url]: https://crocodilejs.com
[slack-image]: http://slack.crocodilejs.com/badge.svg
[slack-url]: http://slack.crocodilejs.com
[standard-image]: https://img.shields.io/badge/code%20style-standard%2Bes7-brightgreen.svg
[standard-url]: https://github.com/crocodilejs/eslint-config-crocodile
[eslint]: http://eslint.org/
[yeoman]: http://yeoman.io/