mirror of
https://github.com/tj-actions/cookiecutter-action
synced 2026-07-22 18:03:43 +00:00
No description
- Dockerfile 87.3%
- Shell 12.7%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
* Updated test-project * Update test-config.yml --------- Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> Co-authored-by: Tonye Jack <jtonye@ymail.com> |
||
| .github | ||
| test-project | ||
| {{ cookiecutter.project_slug }} | ||
| .all-contributorsrc | ||
| .gitignore | ||
| .whitesource | ||
| CODE_OF_CONDUCT.md | ||
| cookiecutter.json | ||
| LICENSE | ||
| README.md | ||
| test-config.yml | ||
cookiecutter-action
Cookiecutter for github actions
Installation
$ pip install "cookiecutter>=1.7.0"
Usage
$ cookiecutter https://github.com/tj-actions/cookiecutter-action.git
Answer the provided questions to create a default shell script Docker action.
Sample answer
$ cookiecutter https://github.com/tj-actions/cookiecutter-action.git
full_name [Tonye Jack]:
email [jtonye@ymail.com]:
github_username [Enter the github user/organization name (e.g 'test')]: tj-actions
project_name [Enter the project name (e.g 'test-project')]: test-project
project_slug [test-project]:
project_short_description [Enter a short description (e.g 'Test Description')]: Test Description
default_branch [master]: main
action_name [Enter a descriptive action name (e.g 'My Test Action']: My Test Action
version [Enter the initial version (e.g: 'v1')]: v1
branding_icon [check-square]: hard-drive
Select action_color:
1 - white
2 - yellow
3 - blue
4 - green
5 - orange
6 - red
7 - purple
8 - gray-dark
Choose from 1, 2, 3, 4, 5, 6, 7, 8 (1, 2, 3, 4, 5, 6, 7, 8) [1]:
Select open_source_license:
1 - MIT license
2 - BSD license
3 - ISC license
4 - Apache Software License 2.0
5 - GNU General Public License v3
6 - Not open source
Choose from 1, 2, 3, 4, 5, 6 [1]: 1
This generates a test-project
- Free software: MIT license
If you feel generous and want to show some extra appreciation:
Contributors ✨
Thanks goes to these wonderful people (emoji key):
Raphael Boidol 📖 |
This project follows the all-contributors specification. Contributions of any kind welcome!
