https://github.com/antix-development/webplus-cli
https://github.com/antix-development/webplus-cli
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/antix-development/webplus-cli
- Owner: Antix-Development
- License: mit
- Created: 2023-11-09T20:49:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-11T21:43:30.000Z (over 2 years ago)
- Last Synced: 2024-03-15T01:03:45.310Z (about 2 years ago)
- Language: PowerShell
- Size: 675 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebPlus-CLI
A command line interface for creating and packaging [WebPlus](https://github.com/Antix-Development/WebPlus) apps.
## Installation
```
npm install @antix_development/webplus-cli -g
```
## Command line usage
```
webplus file [template]
```
### Command line options
```
-c --create [template] Creates an app using the specified or default template.
-p --package Packages the app with the given name.
-h --help Output usage information. Also lists available templates.
```
## Templates
Currently there is only one template. Hopefully I can create more in the near future (10/Nov/2023).
### default
The utmost minimal WebPlus application. Perfect for the person that wants to do everything themselves.