0.2.6 • Published 7 years ago
fulton-cli v0.2.6
Fulton CLI
CLI tool for Fulton that help you get start with Fulton.
Installation
npm i -g fulton-cliCommands
type fulton or fulton help <command> to see the all usages. all commands support wizard style to help you complete the command, or you con provide the particular options directly to skip the wizard.
New
new command helps you create a new web project powered by fulton-server

Usage:
fulton new [name]orfulton n [name][name]the name of the app*
Options:
-d, --databases <engine,engine,engine,...>the database engines the app uses- the support engines are:
- mongodb
- mysql (soon)
- mssql (soon)
- postgres (soon)
- others (soon)
- the support engines are:
-f, --features <feature,feature,feature,...>enabled the features of the app- identitiy - this feature is involved supporting User Register, Login, Authentication and Authorization.
- oauth-google - this feature is involved supporting Google OAuth Login.
- oauth-facebook - this feature is involved supporting Facebook OAuth Login.
- oauth-github - this feature is involved supporting GitHub OAuth Login.
- api-docs - this feature is involved supporting Swagger UI documentation.
- compression - this feature is involved supporting compression http response.
- cors - this feature is involved supporting broswer cors.
- email - this feature is involved supporting sending email to users.
- json-api - this feature is involved supporting response json-api format.
- docker - this feature is involved supporting docker.
Generate
generate command helps you scaffolding files

Schematic
Supported schematics:
e, entityscaffolding a entity of Database ORM file.n, entity-routerscaffolding a router file.r, routerscaffolding a router file.s, servicescaffolding a service file.
Options:
-f, --forceoverride the file if it exists.--not-opennot open the file after it is generated.--not-importnot import the reference into app.ts after it is generated.
Feature
feature command helps you add or remove features

Global Options
-h, --helpDisplay help.--no-colorDisable colors.
0.2.6
7 years ago
0.2.2
7 years ago
0.2.0
7 years ago
0.1.0
7 years ago
0.0.29
7 years ago
0.0.29-beta.0
7 years ago
0.0.28-2
7 years ago
0.0.28-1
7 years ago
0.0.28-0
7 years ago
0.0.27
7 years ago
0.0.26-beta.2
7 years ago
0.0.26-beta.0
7 years ago
0.0.25
7 years ago
0.0.25-3
8 years ago