0.0.1 • Published 5 years ago

@isheedo/cll v0.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

next_webapp_boilerplate

Boilerplate project for kickstarting development on a new project

📝 Commiting

After adding staged files, run:

git commit

This script allows us to have a standard commit message convention, including:

  • ✨ : feature
  • 🐛 : fix
  • 📝 : docs
  • 💄: style
  • ♻️ : refactor
  • ✅: test
  • 🚧 : misc (not fit into above categories, no production code change)

Alternatively, if you're not using CLI to commit (IDE for example), please follow below convention

type(JIRATICKET-###): commit message