Skip to content

CLI to help us bootstrap applications with Typescript and/or Nodejs, Vuejs and Reactjs - All based on templates

License

Notifications You must be signed in to change notification settings

decoderland/templeit

Repository files navigation

TempleIT

oclif

Usage

$ npm install -g templeit
$ templeit COMMAND
running command...
$ templeit (--version)
templeit/1.0.9 linux-x64 node-v14.19.2
$ templeit --help [COMMAND]
USAGE
  $ templeit COMMAND
...

Commands

templeit init NAME

Bootstraps a Templeit app

USAGE
  $ templeit init [NAME] -t <value>

ARGUMENTS
  NAME  Name of the app

FLAGS
  -t, --template=<value>  (required) Template app: Nodejs, Vuejs, Reactjs

DESCRIPTION
  Bootstraps a Templeit app

EXAMPLES
  $ templeit init myapp --template=nodejs

See code: dist/commands/init/index.ts

templeit init

USAGE
  $ npx templeit init [APP_NAME] --template=<nodejs|vuejs|reactjs>

ARGUMENTS
  APP_NAME  Name of your new application

FLAGS
  -t, --template=<value>  (required) What stack your new app is based

About

CLI to help us bootstrap applications with Typescript and/or Nodejs, Vuejs and Reactjs - All based on templates

Resources

License

Stars

Watchers

Forks

Packages

No packages published