create-tau-appdeprecated

Generates a new application using @kherge/js.tau as a template.

Usage no npm install needed!

<script type="module">
  import createTauApp from 'https://cdn.skypack.dev/create-tau-app';
</script>

README

Create Tau App

Generates a new application from the js.tau template.

Usage: create-tau-app [options] <dir>

Creates a new application using Tau.

Options:
  -X                       Print the version of this tool.
  -n, --name <name>        The name of your new application.
  -u, --update             Force update the cache.
  -v, --version <version>  The version of the template. (default: "latest")
  -V, --verbose            Enable verbose logging. (default: false)
  -h, --help               Displays this help screen.

NPM

npm create-tau-app my-app

Yarn

yarn create tau-app my-app