@lundjrl-npm/repo-cli

1.0.5 • Public • Published

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

yarn build && yarn start -n -p myproject

Next.JS template

yarn build && yarn start -njs -p myproject

⚠️ (WIP) React-Native template

yarn build && yarn start -rn -p myproject

Readme

Keywords

none

Package Sidebar

Install

npm i @lundjrl-npm/repo-cli

Weekly Downloads

2

Version

1.0.5

License

MIT

Unpacked Size

14.1 kB

Total Files

24

Last publish

Collaborators

  • lundjrl-npm