@spvrk/super-builder
Version:
project builder cli tool
20 lines (16 loc) • 394 B
Markdown
Super Builder
## A project scaffolding CLI tool
## Release v0.1.0
- Authenticate with Github and creates remote repo.
- Adds .gitignore based on cli selections
- initializes remote repo with contents of current working directory
## Installation instructions:
```bash
npm i -g @spvrk/super-builder
```
## To run:
```bash
sbuild
or
sbuild <remote-repo-name> <repo-description>
```