Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eeue56/uno-project-init
Create all the boilerplate needed for an Uno project via a single command
https://github.com/eeue56/uno-project-init
Last synced: about 1 month ago
JSON representation
Create all the boilerplate needed for an Uno project via a single command
- Host: GitHub
- URL: https://github.com/eeue56/uno-project-init
- Owner: eeue56
- License: bsd-3-clause
- Created: 2017-02-24T10:20:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T13:01:18.000Z (almost 8 years ago)
- Last Synced: 2024-11-19T14:57:44.300Z (about 2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uno-project-init
Create all the boilerplate needed for an Uno project via a single command## Install
You need to have a global `uno`
```
sudo npm install -g uno-project-init
```## Example
```
PS C:\Users\Noah\dev\uno-project-init> uno-project-init --help
Usage: index.jsOptions:
-v, --verbose Output more stuff
-t, --target Choose target platform. Defaults to ios
-h, --help Show help [boolean]
-u, --uno Specify a path to the `uno` binaryExamples:
uno-project-init --uno ~/dev/uno/uno Use `uno create` using the binary provided
```