initify
v0.2.5
Published
A meaningful Open Source Boilerplate – easy as cake!
Downloads
4
Maintainers
Readme
A meaningful Open Source Boilerplate – it's a piece of cake!
Why it's awesome
Starting an Open Source project with ease. Initify is a work-in-progress project by CJ Patoilo that brings essential information to build professional Open Source projects. Note that there is no cake recipe, there is no right or wrong way or the BEST way, but there are some basic recommendation:
- A README easy to read
- The option for an open source license
- Useful .gitignore files
- Github Templates
- Continuous Integration support
- EditorConfig available
...these and many more are available in Initify, so stay tuned. Hope you enjoy!
Install
Install with npm
$ npm i -g initify
Install with Yarn
$ yarn global add initify
Run with npx (without installing)
$ npx initify
Usage
Usage:
$ initify <directory> [<options>]
Options:
-h, --help Display help information
-v, --version Output Initify version
-a, --author Set author
-e, --email Set email
-d, --description Set description
-l, --license Get license
-i, --ignore Get .gitignore
-c, --ci Get continuous integration
--no-license Disallow license
--no-ignore Disallow .gitignore
--no-ci Disallow continuous integration
--no-template Disallow Github templates
--no-editor Disallow .editorconfig
--no-readme Disallow readme.md
Examples:
$ initify my-app
$ initify my-app --ignore macos,node,grunt,test
$ initify my-app --license apache-2.0
Default settings with no arguments:
$ initify <directory> --license mit --ignore node --ci travis,appveyor
Contributing
Want to contribute? Follow these recommendations.
License
Designed with ♥ by CJ Patoilo. Licensed under the MIT License.