1.0.10 • Published 2 years ago

templeit v1.0.10

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

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
1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago