Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lundjrl/repo-cli
- Owner: lundjrl
- License: mit
- Created: 2023-06-02T15:54:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-03T14:51:15.000Z (6 months ago)
- Last Synced: 2024-08-03T15:35:57.767Z (6 months ago)
- Language: TypeScript
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# repo-cli
A Node.js cli tool to quickly clone templated repos
### 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
```