@hixbe/font-publisher
v0.0.1
Published
Hixbe Font Publisher CLI Tool
Readme
Hixbe Font Publisher
This CLI is used to publish the Hixbe packages to NPM. It is not intended for use by end users.
Commonly used publishers cannot publish the sheer quantity of packages that Hixbe has, thus a custom solution is required. This package does not take feature requests unless it directly relates to Hixbe.
Getting Started
# Install dependencies
npm install @hixbe/font-publisher
# Run the CLI and generate initial config
npx @hixbe/font-publisher initHow It Works
- Use folder hashes (recursive filehashes) to determine if a package has changed.
- Bump packages and validate they are publishable by comparing versions on the NPM registry.
- Use pacote and libnpmpublish to pack and publish the packages.
