An open API service indexing awesome lists of open source software.

https://github.com/wolfiezero/project-automation

Quickly create project scaffolding and repo in one command
https://github.com/wolfiezero/project-automation

bash github

Last synced: about 2 months ago
JSON representation

Quickly create project scaffolding and repo in one command

Awesome Lists containing this project

README

          

# Project Automation

Quickly create project scaffolding and repo in one command

## Setup

1. Clone this repo
2. Copy `config.example.sh` as `config.sh`
3. Update variables accordingly
- `GITHUB_PAT` you only need `repo` access
4. Install [jq](https://stedolan.github.io/jq/)
- Easy with [brew](https://brew.sh/); `brew install jq`
5. In your bash config add the following
- `source PATH_TO_HERE/config.sh`
- `source PATH_TO_HERE/commands.sh`

## Commands

- `create-project Project-Name`
All-in-one command to create the project scaffold and repo
based on the `Project-Name` given

## Author

Neil Sweeney

## License

[MIT](https://wolfiezero.mit-license.org/)