1.0.12 • Published 6 years ago
@malopez1578/eslint-config-project-app v1.0.12
projects TS CLI
CLi compila projects in ts
Prerequisites
The CLI have dependencies that require Node 8.9 or higher, together with NPM 5.5.1 or higher.
Table of Contents
Installation
BEFORE YOU INSTALL: please read the prerequisites
Install Globally
npm install -g @malopez1578/projectcliInstall Locally
npm install @malopez1578/projectcliInstall Specific Version (Example: 1.0.0)
npm install -g @malopez1578/projectcli@1.0.0Usage
project [--start, --build, --help]Show help
project --helpGenerating and serving an project compile via a development server
cd PROJECT-NAME
project --startNavigate to http://localhost:8080/. The app will automatically reload if you change any of the source files.
You can configure the default port used by the development server with one command-line options :
project --start --port 3030Generating final compilation of the project in production mode
cd PROJECT-NAME
project --buildGenerating initial project files in typescript or Javascript
cd PROJECT-NAME
project --newDocumentation
License
TODO
- Generate documentation.
