https://github.com/giuseppeg/suitcss-toolkit
A toolkit of UI components and utilities
https://github.com/giuseppeg/suitcss-toolkit
Last synced: over 1 year ago
JSON representation
A toolkit of UI components and utilities
- Host: GitHub
- URL: https://github.com/giuseppeg/suitcss-toolkit
- Owner: giuseppeg
- License: other
- Created: 2016-06-25T10:16:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-12T06:34:01.000Z (almost 10 years ago)
- Last Synced: 2025-02-05T07:49:52.420Z (over 1 year ago)
- Language: HTML
- Size: 60.5 KB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SUIT CSS Toolkit
[](http://travis-ci.org/giuseppeg/suitcss-toolkit)
A toolkit of UI components and utilities developed following the [SUIT's design principles](https://github.com/suitcss/suit/tree/master/doc).
*Toolkit* is developed as a mono-repository and managed with [lernajs](https://lernajs.io/).
# Contributing
```bash
git clone https://github.com/giuseppeg/suitcss-toolkit.git
cd suitcss-toolkit
npm i
```
All of the packages are under the `packages` folder.
When making a change please *create a new branch* and adhere to the following naming conventions:
```
[packages/packageName/](add|update|fix|try)[/description]
```
Examples:
```bash
packages/components-form/add
packages/components-dropdown/fix/alignment
update/packagejson # refers to the monorepo root
```
# Scaffolding
You can scaffold a new component or utilities with the following commands:
```bash
make component name=my-component
make utils name=my-utils
```
# License
[BSD-3-Clause](./LICENSE)