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: 4 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T13:01:18.000Z (over 8 years ago)
- Last Synced: 2025-03-18T02:45:03.141Z (4 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- 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
```