A simple NodeJS based command line utility to quickly initialize a developer workspace / git repository including README templates and license files.
- Make sure you've installed all requirements
- Install the project globally using
npm:
npm install -g init.js
- Create a new folder for your new project:
mkdir test-project - Change into that directory:
cd test-project - Run
init.js:
init
- Fork it
- Create your feature branch:
git checkout -b feature/my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin feature/my-new-feature - Submit a pull request
- NodeJS
- Existing
.gitconfig
1.1.0
