-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(init): introduce cookiecutter for cxx and golang
- Loading branch information
Showing
59 changed files
with
41 additions
and
74 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"project_name": "My Awesome Project", | ||
"project_slug": "{{ cookiecutter.project_name | trim | slugify }}", | ||
"package_name": "{{ cookiecutter.project_slug | replace('-', '_') }}", | ||
"short_description": "A nice python package", | ||
"github_username": "your-org-or-username", | ||
"full_name": "Firstname Lastname", | ||
"email": "email@example.com", | ||
"__gh_slug": "{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}", | ||
"__prompts__": { | ||
"project_name": "Select your project name", | ||
"project_slug": "Project slug", | ||
"package_name": "Package name", | ||
"short_description": "Short description", | ||
"github_username": "GitHub username or organization", | ||
"full_name": "Author full name", | ||
"email": "Author email" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"project_name": "My Awesome Project", | ||
"project_slug": "{{ cookiecutter.project_name | slugify }}", | ||
"package_name": "{{ cookiecutter.project_slug | replace('-', '_') }}", | ||
"python_version": "3.10", | ||
"short_description": "A nice python package", | ||
"github_username": "your-org-or-username", | ||
"full_name": "Firstname Lastname", | ||
"email": "email@example.com", | ||
"__gh_slug": "{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}", | ||
"__prompts__": { | ||
"project_name": "Select your project name", | ||
"project_slug": "Project slug", | ||
"package_name": "Package name", | ||
"python_version": "Python version", | ||
"short_description": "Short description", | ||
"github_username": "GitHub username or organization", | ||
"full_name": "Author full name", | ||
"email": "Author email" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.