@cluerise/tools
v5.3.10
Published
Tools for maintaining TypeScript projects.
Readme
Cluerise Tools
Tools for maintaining TypeScript projects
Tools
Init
pnpm add -DE @cluerise/tools
pnpm exec 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 | fix | staged | commit]Release
cluerise-tools release [create | info]Update Node.js versions
cluerise-tools update-node-versionsCreate Commit Message
cluerise-tools create-commit-messageFormat Commit Message
cluerise-tools format-commit-messageUpdate Xcode version
cluerise-tools update-xcode-version [path] [app1 app2 ...]Check Heroku Node.js Version
cluerise-tools check-heroku-node-version