https://github.com/thecreation/standard-icons
https://github.com/thecreation/standard-icons
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thecreation/standard-icons
- Owner: thecreation
- Created: 2018-01-16T09:39:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T04:32:43.000Z (about 3 years ago)
- Last Synced: 2025-08-12T20:12:59.747Z (10 months ago)
- Language: CSS
- Size: 79.9 MB
- Stars: 26
- Watchers: 4
- Forks: 7
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Installing
Install lerna globally.
```
npm i -g lerna
```
### Get Started
```
npm install
npm run bootstrap
npm run update
git submodule init
git submodule update
git submodule foreach git pull origin master
```
### Add new module
Refer to this [https://github.com/thecreation/standard-icons/tree/master/tools/module-generator](document)
### Publish
```
npm run import
npm run optimize
lerna publish
```
### Todo
- update jam to v3