0.0.1 • Published 4 years ago

zero-generator1 v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

zero-generator

Zero is nothing fancy. Just a stupidly simple cli for bootstrapping code projects. Yea, that's right, another code generator cli. Why? Many software projects later this is our opinionated approach to what a zero configuration starting point should be. Use zero-generators' templates if you think they fit your use case well.

As of now only a react starter is available but we plan to add more for other runtimes such as:

  • Nodejs
  • Deno
  • Golang
  • Variations of React

Install

Simply:

npm install zero-generator -g

Use

Interactive

zero

One-liner

zero --template <tempalte> --name my-sweet-project