@lume/cli

v0.10.4
A CLI for managing JavaScript/TypeScript packages.
typescript build babel webpack web-development webdev karma electron

build

npm rebuild

xprepare

npm run build

// ^ build

Sometimes an npm rebuild is needed in order to make sure electron binaries are up to date. This will make lerna bootstrap run it just in case.

release:major

npm version major --message 'v%s' && npm publish && git push --follow-tags

release:minor

npm version minor --message 'v%s' && npm publish && git push --follow-tags

release:patch

npm version patch --message 'v%s' && npm publish && git push --follow-tags
npm i @lume/[email protected]

Metadata

  • Unknown
  • Whatever
  • Unknown
  • released 4/26/2024

Downloads

Maintainers