omfg
v0.0.7
Published
The easy way to start open source projects.
Downloads
21
Readme
The easy way to start open source projects.
Why it's awesome?
OMFG is the easy way to start open source projects. Hope you enjoy!
Install
$ npm install omfgUsage
$ omfg --help
Usage:
$ omfg <directory> [<options>]
Options:
-h, --help Display help information
-v, --version Output OMFG version
-l, --license Set license
-i, --ignore Set .gitignore
-c, --ci Set continue
--no-template Disallow .github templates
--no-editor Disallow .editorconfig
--no-readme Disallow readme.md
--no-license Disallow readme.md
--no-ignore Disallow readme.md
Examples:
$ omfg myApp
$ omfg sample --ignore android
$ omfg www --license apache-2.0
Default when no arguments:
$ omfg <directory> --license mit --ignore node --ci travis
Contributing
Want to contribute? Follow these recommendations.
License
Designed with ♥ by CJ Patoilo. Licensed under the MIT License.
