0.0.1 • Published 2 years ago

@d3v4pp/cli v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

@d3v4pp/cli : devapp

pipeline GitHub license npm version

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/cli

Start your application from default template

devapp init Myapp
cd Myapp
devapp start

Build your app

devapp build

start params

You can change the port and public path you want, by calling `devapp start -p 9090 -public "/v1"

paramdescription
-p, --portthe port you want to start on
-public, --publicthe port you want to start on

build params

You can change the public path you want, by calling `devapp build --public "/v1"

paramdescription
-public, --publicthe 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 it

linux

No problem at all