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
13
13
- Creates a new folder on your machine
14
14
- Inits git in the new folder
15
15
- 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
16
17
- Creates a repository
17
18
- Adds repository as ` git remote add origin <url> `
18
19
- Push the files to main
19
20
- Creates a new local branch called ` initial-version `
20
21
- Adds files for the script, CLI, and more meta files
21
- - Creates a pull request
22
22
- 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
24
25
25
26
## Contribute
26
27
You can’t perform that action at this time.
0 commit comments