0.0.1-beta.15 • Published 4 years ago
@pitijs/cli v0.0.1-beta.15
PitiJS CLI
Install
NPM
$ npm i -g @pitijs/cli
Yarn
$ yarn global add @pitijs/cli
Create a project
$ piti new myCliApp
Create command via cli
$ cd myCliApp
$ piti create command add-user
The above command will create a command into src/commands directory named AddUserCommand
Add command to src/index.ts
Piti.run({
scriptName: 'myCliApp',
commands: [AddUserCommand],
});
And test your commands:
MacOS / Linux
$ ./myCliApp add-user
Windows
myCliApp>.\myCliApp.cmd hello
Go to framework documentation: https://github.com/pitijs/piti
0.0.1-beta.15
4 years ago
0.0.1-beta.14
4 years ago
0.0.1-beta.13
4 years ago
0.0.1-beta.12
4 years ago
0.0.1-beta.11
4 years ago
0.0.1-beta.10
4 years ago
0.0.1-beta.7
4 years ago
0.0.1-beta.6
4 years ago
0.0.1-beta.9
4 years ago
0.0.1-beta.8
4 years ago
0.0.1-beta.5
4 years ago
0.0.1-beta.4
4 years ago
0.0.1-beta.3
4 years ago
0.0.1-beta.2
4 years ago
0.0.1-beta.1
4 years ago