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
- Host: GitHub
- URL: https://github.com/wolfiezero/project-automation
- Owner: WolfieZero
- License: other
- Created: 2019-06-21T08:13:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T23:18:50.000Z (about 7 years ago)
- Last Synced: 2025-01-01T11:23:59.408Z (over 1 year ago)
- Topics: bash, github
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/)