File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,15 @@ npm init octoherd-script
1313- Creates a new folder on your machine
1414- Inits git in the new folder
1515- Add ` LICENSE ` , ` CODE_OF_CONDUCT.md ` , ` README.md ` and issue templates
16+ - Prompts for script options and adds according documentation to the ` README.md ` file
1617- Creates a repository
1718- Adds repository as ` git remote add origin <url> `
1819- Push the files to main
1920- Creates a new local branch called ` initial-version `
2021- Adds files for the script, CLI, and more meta files
21- - Creates a pull request
2222- Adds branch protection (if possible)
23- - Adds workflow files for tests and automated releases
23+ - Adds workflow files for tests and automated releases to GitHub and npm
24+ - Creates a pull request with further instructions
2425
2526## Contribute
2627
You can’t perform that action at this time.
0 commit comments