https://github.com/borisding/universsr-installer
Installer of universsr starter boilerplate.
https://github.com/borisding/universsr-installer
installer-script node-cli universsr universsr-installer
Last synced: 5 months ago
JSON representation
Installer of universsr starter boilerplate.
- Host: GitHub
- URL: https://github.com/borisding/universsr-installer
- Owner: borisding
- Created: 2017-11-30T04:55:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-02T07:14:41.000Z (almost 8 years ago)
- Last Synced: 2025-07-31T00:11:51.962Z (10 months ago)
- Topics: installer-script, node-cli, universsr, universsr-installer
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## universsr-installer [](https://www.npmjs.com/package/universsr-installer)
Installer of [universsr](https://github.com/borisding/universsr.git) - Universal React + Redux starter boilerplate.
## Usage
> Node version: >= v8.0.0 (to align with starter's requirement)
Install program globally:
```
npm i -g universsr-installer
```
For example: to create new `my-project` at your current working directory:
```
universsr new my-project
```
universsr boilerplate will be downloaded and extracted into `my-project` project directory.
## Options & Commands
```
$ universsr --help
Description
Installing new universsr starter boilerplate into project directory
Usage
$ universsr [options]
Available Commands
new
For more info, run any command with the `--help` flag
$ universsr new --help
Options
-v, --version Displays current version
-h, --help Displays this message
$ universsr new --help
Usage
$ universsr new [options]
Options
-c, --clone Install universsr boilerplate by cloning the master repository
-f, --force Force fresh install by removing existing project directory before installation starts
-r, --release Specify version of release to download. (default: master)
-h, --help Displays this message
Examples
$ universsr new my-project -c
$ universsr new my-project -cf
$ universsr new my-project -f
$ universsr new my-project -r v2.0.0
```