hyrious / done

A command line tool to help standardize release.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@hyrious/done

A command line tool to help standardize release.

Just run npx @hyrious/done.

Diff. with done

  • Preview next version in command line.
  • Handle npm v7 (which updates package-lock.json on release).
  • Provide alter bin named npm-done to prevent conflict with shell reservations.
    However, it does not mean it is only for npm. yarn & pnpm are also supported.
  • Doesn't bundle everything.
    It helps installing because semver is already a dependency of npm and many other tools.

Known Issue

PRs are welcome.

  • Yarn2+ is not supported yet. Checkout their docs to see how to make it.

Why

I made this tiny cli for my personal convenience, it's just working without many options.

See Also

License

MIT @ hyrious

About

A command line tool to help standardize release.

License:MIT License


Languages

Language:JavaScript 100.0%