3.0.1 • Published 1 year ago

@cluerise/tools v3.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Cluerise Tools

Tools for maintaining TypeScript projects

Tools

Init

npx @cluerise/tools init [all|name]

Before you run the init command, make sure your package.json contains

  • the "type" field set to "module",
  • the "repository" field set to a valid value (e.g. "github:org/repo").

Lint

cluerise-tools lint [all|code|staged|commit]

Release

cluerise-tools release [create|extract-changelog]

Update Node.js versions

cluerise-tools update-node-versions

Create Commit Message

cluerise-tools create-commit-message

Format Commit Message

cluerise-tools format-commit-message

Check Heroku Node.js Version

cluerise-tools check-heroku-node-version