Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsousaio committed Oct 12, 2023
0 parents commit 153a634
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Modules Scaffold

This is the Crowdbotics modules cookiecutter template for our modules projects.
5 changes: 5 additions & 0 deletions cookiecutter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"project_name": "",
"project_slug": "{{cookiecutter.project_name|lower|replace(' ', '')|replace('-', '_')}}",
"project_dash_slug": "{{cookiecutter.project_slug|replace('_', '-')}}",
}
10 changes: 10 additions & 0 deletions {{cookiecutter.project_slug}}/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
node_modules/
.npm
.DS_Store
.idea
demo
3 changes: 3 additions & 0 deletions {{cookiecutter.project_slug}}/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# {{cookiecutter.project_slug}}

This is a repository for a modules catalog.
Empty file.

0 comments on commit 153a634

Please sign in to comment.