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.
OS X & Linux:
yarn global add genesis-generator
genesis empty-folder/
Just as simple as
node index.js
This section is under construction 👷🏽♂️👷🏽♀️
Tekton Labs - @tektonlabs – [email protected]
Distributed under the MIT license. See LICENSE
for more information.
- 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