@nykaa/glam-pallete
v0.0.13
Published
A design system library for React applications
Maintainers
Readme
Glam Pallete
A design system library for React applications built with TypeScript.
Installation
npm install glam-pallete
# or
yarn add glam-palleteDevelopment
Prerequisites
- Node.js (v12 or higher)
- npm or yarn
Setup
- Clone the repository
- Install dependencies
npm install
# or
yarnScripts
npm run build- Build the librarynpm run test- Run testsnpm run lint- Lint the codenpm run release- Create a new release using standard-version
Versioning
This project uses standard-version for versioning.
When making commits, use the following prefixes to categorize your changes:
feat:- A new featurefix:- A bug fixdocs:- Documentation only changesstyle:- Changes that do not affect the meaning of the code (white-space, formatting, etc)refactor:- A code change that neither fixes a bug nor adds a featureperf:- A code change that improves performancetest:- Adding missing tests or correcting existing testschore:- Changes to the build process or auxiliary tools
License
MIT
