generator-tao

道 - tao JavaScript project scaffolder.

Usage no npm install needed!

<script type="module">
  import generatorTao from 'https://cdn.skypack.dev/generator-tao';
</script>

README

Generator Tao

node Travis Build Status AppVeyor Build Status Coverage Status Dependency Status devDependency Status

道 - a simple way to initialize your project.

About

Tao is a lightweight JavaScript project scaffolder, that asks minimum questions and remembers your preferences after the first run.

Repeat less. Do more.

Attribution: Originally, tao was a rework of the zen generator. Check it out. It is also great.

Install

npm install --global yo generator-tao

Usage

yo tao

tao will remember you preferences after the first run, so you will need to answer only the questions about the module itself. You can tell tao to ask --all/-a questions or --skip/-s as much as possible.

To speed up the install use --yarn/-y. Make sure yarn is installed on your system.

λ yo tao --help
Usage:
  yo tao:app [options] [<name>]

Options:
  -h,   --help          # Print the generator's options and usage
        --skip-cache    # Do not remember prompt answers                Default: false
        --skip-install  # Do not automatically install dependencies     Default: false
  -d,   --debug         # Debug mode                                    Default: false
  -a,   --all           # Ask all questions                             Default: false
  -s,   --skip          # Ask required questions only                   Default: false
  -y,   --yarn          # yarn install, ensure you have yarn installed  Default: false

Arguments:
  name  # Project’s name
        change the current working directory to newly created
        and initialize project in that directory
  Type: String  Required: false

What's next?

  1. Commit and push.
  2. Enable your project on Travis CI
  3. Enable your project on AppVeyor
  4. Enable your project on Coveralls
  5. Write some code and run npm run fix (or yarn run fix) to make ESLint fix problems in code for you.
  6. ???
  7. PROFIT

License

MIT © Mikita Taukachou