timing-cli

A simple CLI for creating your project.

Usage no npm install needed!

<script type="module">
  import timingCli from 'https://cdn.skypack.dev/timing-cli';
</script>

README

timing-cli

A simple CLI for creating your project.

Installation

npm install timing-cli -g

Usage

Open your terminal and type timing or timing -h , you'll see the help infomation below:

  Usage: timing <command>


  Commands:
    init      Generate a new project by selecting
    add       Add a new template
    delete    Delete a template
    list      List all the templates
    create    Generate a new project by template name

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

Note that if you are using MacOS, sudo was required while using commands add and delete.

License

MIT.