1.0.5 • Published 10 months ago

@lundjrl-npm/repo-cli v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

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

:warning: (WIP) React-Native template

yarn build && yarn start -rn -p myproject
1.0.5

10 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago