- If you have mint installed globaly
npm uninstall -g mintbean-cli
- Fork the repository
git clone <fork>
- Link it to your global packages
npm link
- Create a branch with a descriptive name of the template
git checkout -b temp/[template-name]
- Apply your changes
- Open a pull request against the main branch
- Files related to the project
- HTML
- CSS
- JS
- configs
- etc
- JavaScript module bundler like Webpack or Parcel
- README
- Title
- Description
- Instructions
- About
- Package.json (Look at PhaserJS for example)
- Must be EJS Templatable
- Scripts
- Build
- Creates publish directory/static assests (/dist or /build)
- Start
- Spins up a dev server must work on creation
- Build
- Dependencies and DevDependencies
- Content
- Some sort of welcome message for the project