Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lundjrl/repo-cli

A Node.js cli tool to quickly clone templated repos
https://github.com/lundjrl/repo-cli

Last synced: about 2 months ago
JSON representation

A Node.js cli tool to quickly clone templated repos

Awesome Lists containing this project

README

        

# repo-cli

A Node.js cli tool to quickly clone templated repos

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?color=blue)](https://opensource.org/licenses/MIT)

### How to use:
1. Clone the tool and run `yarn install` to install all dependencies.
2. Try creating a new project by running a command like: `yarn build && yarn start -n -p myproject` to clone the Node.js template into a new project called "myproject"

### Available templates:

Node template
```sh
yarn build && yarn start -n -p myproject
```

Next.JS template
```sh
yarn build && yarn start -njs -p myproject
```

:warning: (WIP) React-Native template
```sh
yarn build && yarn start -rn -p myproject
```