@spicy-hooks/bin
v3.0.0
Published
Binary utilities used within the `@spicy-hooks` project, but useful for other projects as well. The included tool focus mainly on development and release process.
Downloads
19
Readme
@spicy-hooks/bin
Binary utilities used within the @spicy-hooks
project, but useful for other projects as well. The included tool focus mainly on development and release process.
The package registers a single executable binary:
spicy <command> [... command options ...]
Individual <command>
s are briefly described below with links to detailed documentation.
This package is a part of the @spicy-hooks
family.
Be sure to checkout the other interesting packages we offer.
Installation
Most-likely, you will need the binaries only during development and build process,
so you can install it as a devDependency
:
npm install @spicy-hooks/bin --save-dev
or
yarn add @spicy-hooks/bin --dev
Commands
redirect-refs
Redirects any link pointing to the main-branch to a specific ref.
Versioning
The whole @spicy-hooks
project complies with Semantic Versioning.
The @spicy-hooks/bin
package is however just one package from the whole project.
Seeing the major version incremented therefore doesn't necessarily mean that there
is a breaking change in this particular package. Check the
CHANGELOG.md
for accurate information.
It is guaranteed though, that when the major version doesn't change, there has been no breaking change in this package.
Warning: The internal
folder is excluded from any semantic versioning conventions.
Importing from this folder directly is strongly discouraged.
Issues
Please submit any issue or feature request on the main project. (issue templates coming soon)