0.0.1-beta.15 • Published 5 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
5 years ago
0.0.1-beta.14
5 years ago
0.0.1-beta.13
5 years ago
0.0.1-beta.12
5 years ago
0.0.1-beta.11
5 years ago
0.0.1-beta.10
5 years ago
0.0.1-beta.7
5 years ago
0.0.1-beta.6
5 years ago
0.0.1-beta.9
5 years ago
0.0.1-beta.8
5 years ago
0.0.1-beta.5
5 years ago
0.0.1-beta.4
5 years ago
0.0.1-beta.3
5 years ago
0.0.1-beta.2
5 years ago
0.0.1-beta.1
5 years ago