No description
  • Dockerfile 87.3%
  • Shell 12.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
tj-actions[bot] 9e360d9049
Updated test-project (#273)
* 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>
2025-03-23 06:01:59 -06:00
.github chore(deps): update peter-evans/create-pull-request action to v7 (#268) 2025-03-23 06:00:05 -06:00
test-project Updated test-project (#273) 2025-03-23 06:01:59 -06:00
{{ cookiecutter.project_slug }} chore(deps): update peter-evans/create-pull-request action to v7 (#268) 2025-03-23 06:00:05 -06:00
.all-contributorsrc docs: add boidolr as a contributor for doc (#255) 2024-02-24 07:02:47 -07:00
.gitignore Initial commit 2020-06-18 19:43:24 -04:00
.whitesource Added .whitesource 2021-07-02 12:52:34 -04:00
CODE_OF_CONDUCT.md Added CODE_OF_CONDUCT.md 2021-07-02 16:43:52 -04:00
cookiecutter.json chore: rename action icon to branding icon. 2022-09-11 22:50:58 -06:00
LICENSE Update LICENSE 2021-06-10 16:01:28 -04:00
README.md Update README.md 2025-03-23 05:55:06 -06:00
test-config.yml Updated test-project (#273) 2025-03-23 06:01:59 -06:00

Codacy Badge CI

All Contributors

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

If you feel generous and want to show some extra appreciation:

Buy me a coffee

Contributors

Thanks goes to these wonderful people (emoji key):

Raphael Boidol
Raphael Boidol

📖

This project follows the all-contributors specification. Contributions of any kind welcome!