0.0.1-beta.15 • Published 5 years ago
@pitijs/cli v0.0.1-beta.15
PitiJS CLI
Install
NPM
$ npm i -g @pitijs/cliYarn
$ yarn global add @pitijs/cliCreate a project
$ piti new myCliAppCreate command via cli
$ cd myCliApp
$ piti create command add-userThe 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-userWindows
myCliApp>.\myCliApp.cmd helloGo 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