File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ # Create new Octoherd Script
2+
3+ > CLI to create a new folder and repository for an Octoherd Script
4+
5+ ## Usage
6+
7+ ``` shell
8+ npm init octoherd-script
9+ ```
10+
11+ ## What it does
12+
13+ - Creates a new folder on your machine
14+ - Inits git in the new folder
15+ - Add ` LICENSE ` , ` CODE_OF_CONDUCT.md ` , ` README.md ` and issue templates
16+ - Creates a repository
17+ - Adds repository as ` git remote add origin <url> `
18+ - Push the files to main
19+ - Creates a new local branch called ` initial-version `
20+ - Adds files for the script, CLI, and more meta files
21+ - Creates a pull request
22+ - Adds branch protection (if possible)
23+ - Adds workflow files for tests and automated releases
24+
25+ ## Contribute
26+
27+ Pull requests welcome!
28+
29+ ## License
30+
31+ [ ISC] ( LICENSE )
You can’t perform that action at this time.
0 commit comments