https://github.com/elbakerino/named-color-maps
https://github.com/elbakerino/named-color-maps
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elbakerino/named-color-maps
- Owner: elbakerino
- License: mit
- Created: 2021-10-30T01:03:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-19T12:13:00.000Z (over 3 years ago)
- Last Synced: 2025-02-25T03:04:23.937Z (3 months ago)
- Language: TypeScript
- Size: 864 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Named Color Maps
[](https://github.com/elbakerino/named-color-maps/actions)
[](https://github.com/elbakerino/named-color-maps/blob/master/LICENSE)
[](https://codecov.io/gh/elbakerino/named-color-maps)

[](https://www.npmjs.com/package/named-color-maps)...
## Versions
This project adheres to [semver](https://semver.org/), until `1.0.0` and beginning with `0.1.0`: all `0.x.0` releases are like MAJOR releases and all `0.0.x` like MINOR or PATCH, modules below `0.1.0` should be considered experimental.
## Develop
1. Clone/fork repository
2. `npm i`
3. `npm run bootstrap && npm run hoist`
4. Now run either:
- `npm start` for launching demo app compilation of packages
- `npm test` for running tests
- `npm run tdd` for running tests in watch mode
- `npm run build` for building the demo app and packages## License
This project is free software distributed under the **MIT License**.
See: [LICENSE](LICENSE).
© 2021 [Michael Becker](https://mlbr.xyz)