Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aldotestino/rcreate
Simple CLI to create a new repo on github
https://github.com/aldotestino/rcreate
create github oclif project
Last synced: 28 days ago
JSON representation
Simple CLI to create a new repo on github
- Host: GitHub
- URL: https://github.com/aldotestino/rcreate
- Owner: aldotestino
- License: mit
- Created: 2021-05-12T20:58:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-12T21:33:27.000Z (almost 4 years ago)
- Last Synced: 2024-12-17T19:11:24.675Z (about 2 months ago)
- Topics: create, github, oclif, project
- Language: TypeScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rcreate
======Simple CLI to create a new repo on github
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/rcreate.svg)](https://npmjs.org/package/rcreate)# Install
```sh
npm i -g rcreate
```# Usage
- Create a new project:
```sh
$ rcreate -t
```
- If in the current folder there's already a folder called "project-name" you can override it with `-f`, otherwise the process will exit:
```sh
$ rcreate -f -t
```
- To set a default Github Authorization Token run: (it will be saved in the `.rcreate-config.json` file in your home folder)
```sh
$ rcreate -s -t
```
- If a default Github Authorization Token is detected, to create a new project run:
```sh
$ rcreate
```