https://github.com/dolphjs/cli
https://github.com/dolphjs/cli
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dolphjs/cli
- Owner: dolphjs
- Created: 2023-03-02T21:04:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-30T00:16:56.000Z (about 3 years ago)
- Last Synced: 2025-03-14T01:24:42.402Z (over 1 year ago)
- Language: JavaScript
- Size: 83 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# DolphJs-CLI
The CLI application provides developers with an easy and fast way to generate a dolphjs application structure.
It is advisable to always build your applications using the CLI tool so as to maintain the design and pattern dolphjs implements.
## Installation
To install the package, run:
`npm install @dolphjs/cli -g`
## START
To run the CLI application, run:
`dolph create-app "app-name"`
## HELP
For help run the :
`dolph help` command
