Skip to content

frdmn/init.js

Repository files navigation

init.js

Current tag Repository issues

A simple NodeJS based command line utility to quickly initialize a developer workspace / git repository including README templates and license files.

Installation

  1. Make sure you've installed all requirements
  2. Install the project globally using npm:
    npm install -g init.js

Usage

  • Create a new folder for your new project:
    mkdir test-project
  • Change into that directory:
    cd test-project
  • Run init.js:
    init

Contributing

  1. Fork it
  2. Create your feature branch:
    git checkout -b feature/my-new-feature
  3. Commit your changes:
    git commit -am 'Add some feature'
  4. Push to the branch:
    git push origin feature/my-new-feature
  5. Submit a pull request

Requirements / Dependencies

  • NodeJS
  • Existing .gitconfig

Version

1.1.0

License

MIT

About

:octocat: A simple command line utility to quickly initialize developer workspaces / repositories

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •