/genesis-generator

App generator tool to automate development workflow

Primary LanguageJavaScriptMIT LicenseMIT

Genesis

The skeleton generator tool based on big foundation of Tekton Labs

Every new project we develop needs a solid base to start so in order to meet our goals we create this tool to standarize project scaffoliding.

Installation

OS X & Linux:

yarn global add genesis-generator

Usage example

genesis empty-folder/

Development setup

Just as simple as

node index.js

Release History

This section is under construction 👷🏽‍♂️👷🏽‍♀️

Meta

Tekton Labs - @tektonlabsinfo@tektonlabs.com

Distributed under the MIT license. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/yourname/genesis-generator/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request