Skip to content

Template to be used to create new repositories in the github

Notifications You must be signed in to change notification settings

asterdio/asterdio_repo_template

Repository files navigation

Asterdio Incorporated

logo

Please update the package.json to your project specifics


Boilerplate for all the porjects in the Asterdio Inc Organization

Developer tools used: husky for pre-commit hook

Commit style: Conventional commit

  • fix — to indicate a bug fix (PATCH) ex . v0.0.1
  • feat — to indicate a new feature (MINOR) ex. v0.1.0
  • chore — for updates that do not require a version bump (.gitignore, comments, creating a PR etc.)
  • docs — for updates to the documentation
  • BREAKING CHANGE — regardless of type, indicates a Major release (MAJOR) ex. v1.0.0
  • revert — if reverting the commit

Application versioning

  • standrad - v1.0.0 for production/main branch

About

Template to be used to create new repositories in the github

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published