0.0.1 • Published 3 years ago
@d3v4pp/cli v0.0.1
@d3v4pp/cli : devapp
is a command line cli that will run build and init SweetApps
with devapp command line you can create, build, start(dev mode) or test your app
Basic usage:
To install the command line cli run :
npm install -g @d3v4pp/cliStart your application from default template
devapp init Myapp
cd Myapp
devapp startBuild your app
devapp buildstart params
You can change the port and public path you want, by calling `devapp start -p 9090 -public "/v1"
| param | description |
|---|---|
| -p, --port | the port you want to start on |
| -public, --public | the port you want to start on |
build params
You can change the public path you want, by calling `devapp build --public "/v1"
| param | description |
|---|---|
| -public, --public | the port you want to start on |
Commun problems
WINDOWS
The execution strategie dosent allow remoteSigned execution need to allow it
set ExecutionStrqtegie ....MACOSX:
if your using a mac make sure xcode is installed run
$ gcc -v
#if it propose to you to install xcode do itlinux
No problem at all0.0.1
3 years ago