@asphalt-react/iconpack-aloha
v0.2.0
Published
Aloha Icons for Asphalt React Components
Downloads
1,918
Readme
Aloha Iconpack
Aloha Iconography for Asphalt Web. Use this library for adding Aloha icons to your projects. Check the documentation for all available icons.
Usage
import { Delete } from "@asphalt-react/iconpack-aloha"
export default App = () => {
return <Delete />
}Setup
Icons are generated automatically from Aloha icon library which are published in Coffer. The automation process is handled through coffercodegen repository. The pipeline runs every Monday and will automatically create an MR to this repository. Ignore the MR if there's no changes.
Committing your changes
- Use Conventional Commits for your commit message. Add the relevant commit types and an optional scope (directory name of the theme package). These commit messages help
release-itgenerate the changelog and figure out the next version.
<type>[optional scope]: <description>
[optional body]
[optional footer]Push the changes to remote.
Add a merge request against
masterbranch.
Publish icons
The package is published in our internal registry https://npm.golabs.io/.
Switch to
masterbranch and pull the latest changes.Connect to VPN TCC Integration. If you don't have access, ask IT Helpdesk in Lark channel to add you to the VPN group.
Authenticate to the private registry:
npm login --registry=https://npm.golabs.io/Run
npm run release& follow the instructions from release-it. It will automatically propose a new version based on commit message. It will also generate Changelog for the changes.
