0.2.0 • Published 7 years ago
genesis-generator v0.2.0
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-generatorUsage example
genesis empty-folder/Development setup
Just as simple as
node src/index.jsTroubleshooting
If your terminal doesn't recognize the 'genesis' command is possible that your yarn bin path is not on the PATH variable. Check or add it appending this line at the end of your .bashrc file:
export PATH="$(yarn global bin):$PATH"Release History
This section is under construction 👷🏽♂️👷🏽♀️
Meta
Tekton Labs - @tektonlabs – info@tektonlabs.com
Distributed under the MIT license. See LICENSE for more information.
Contributing
- Fork it (https://github.com/yourname/genesis-generator/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request