create-soldev-angular-app
v0.1.17
Published
Codebase builder for telkomsel angular app
Downloads
329
Readme
create-soldev-angular-app
Codebase builder for telkomsel angular app
Usage
$ npm install -g create-soldev-angular-app
$ create-soldev-angular-app COMMAND
running command...
$ create-soldev-angular-app (--version)
create-soldev-angular-app/0.1.17 win32-x64 node-v20.16.0
$ create-soldev-angular-app --help [COMMAND]
USAGE
$ create-soldev-angular-app COMMAND
...
$ npm install -g create-soldev-angular-app
$ create-soldev-angular-app COMMAND
running command...
$ create-soldev-angular-app (--version)
create-soldev-angular-app/0.1.14 linux-x64 node-v20.17.0
$ create-soldev-angular-app --help [COMMAND]
USAGE
$ create-soldev-angular-app COMMAND
...
Commands
create-soldev-angular-app help [COMMAND]
create-soldev-angular-app init [NAME] [PATH]
create-soldev-angular-app list
create-soldev-angular-app version
create-soldev-angular-app help [COMMAND]
Display help for create-soldev-angular-app.
USAGE
$ create-soldev-angular-app help [COMMAND...] [-n]
ARGUMENTS
COMMAND... Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for create-soldev-angular-app.
See code: @oclif/plugin-help
create-soldev-angular-app init [NAME] [PATH]
Initialize a new project
USAGE
$ create-soldev-angular-app init [NAME] [PATH] [-f] [-i] [-p] [-v <value>]
ARGUMENTS
NAME Name of the project
PATH [default: .] Directory folder to create the project in
FLAGS
-f, --force Force overwrite if directory is not empty
-i, --interactive Interactive mode
-p, --npm Install dependencies automatically
-v, --version=<value> Set version of the template; defaults to latest
DESCRIPTION
Initialize a new project
EXAMPLES
$ create-soldev-angular-app init my-project
See code: src/commands/init.ts
create-soldev-angular-app list
List template versions from the repository
USAGE
$ create-soldev-angular-app list [-t <value>]
FLAGS
-t, --token=<value> provide token for private repo
DESCRIPTION
List template versions from the repository
EXAMPLES
$ create-soldev-angular-app list
See code: src/commands/list.ts
create-soldev-angular-app version
USAGE
$ create-soldev-angular-app version [--json] [--verbose]
FLAGS
--verbose Show additional information about the CLI.
GLOBAL FLAGS
--json Format output as json.
FLAG DESCRIPTIONS
--verbose Show additional information about the CLI.
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
See code: @oclif/plugin-version
create-soldev-angular-app help [COMMAND]
create-soldev-angular-app init [NAME] [PATH]
create-soldev-angular-app list
create-soldev-angular-app version
create-soldev-angular-app help [COMMAND]
Display help for create-soldev-angular-app.
USAGE
$ create-soldev-angular-app help [COMMAND...] [-n]
ARGUMENTS
COMMAND... Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for create-soldev-angular-app.
See code: @oclif/plugin-help
create-soldev-angular-app init [NAME] [PATH]
initialize a new project
USAGE
$ create-soldev-angular-app init [NAME] [PATH] [-f] [-i] [-p] [-v <value>]
ARGUMENTS
NAME Name of the project
PATH [default: .] directory folder to create the project in
FLAGS
-f, --force
-i, --interactive interactive mode
-p, --npm Install dependencies
-v, --version=<value> Set version of the template, default to latest
DESCRIPTION
initialize a new project
EXAMPLES
$ create-soldev-angular-app init my-project
See code: src/commands/init.ts
create-soldev-angular-app list
List template versions from the repository
USAGE
$ create-soldev-angular-app list
DESCRIPTION
List template versions from the repository
EXAMPLES
$ create-soldev-angular-app list
See code: src/commands/list.ts
create-soldev-angular-app version
USAGE
$ create-soldev-angular-app version [--json] [--verbose]
FLAGS
--verbose Show additional information about the CLI.
GLOBAL FLAGS
--json Format output as json.
FLAG DESCRIPTIONS
--verbose Show additional information about the CLI.
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
See code: @oclif/plugin-version