Tools for maintaining TypeScript projects.
npm install @cluerise/tools_Tools for maintaining TypeScript projects_
``sh`
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","repository"
- the field set to a valid value (e.g. "github:org/repo").
`sh`
cluerise-tools lint [all | fix | staged | commit]
`sh`
cluerise-tools release [create | info]
`sh`
cluerise-tools update-node-versions
`sh`
cluerise-tools create-commit-message
`sh`
cluerise-tools format-commit-message
`sh`
cluerise-tools update-xcode-version [path] [app1 app2 ...]
`sh``
cluerise-tools check-heroku-node-version