An open API service indexing awesome lists of open source software.

https://github.com/elbakerino/named-color-maps


https://github.com/elbakerino/named-color-maps

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Named Color Maps

[![Github actions Build](https://github.com/elbakerino/named-color-maps/actions/workflows/blank.yml/badge.svg)](https://github.com/elbakerino/named-color-maps/actions)
[![MIT license](https://img.shields.io/npm/l/named-color-maps?style=flat-square)](https://github.com/elbakerino/named-color-maps/blob/master/LICENSE)
[![codecov](https://codecov.io/gh/elbakerino/named-color-maps/branch/main/graph/badge.svg?token=OX9UOZPMRF)](https://codecov.io/gh/elbakerino/named-color-maps)
![Typed](https://flat.badgen.net/badge/icon/Typed?icon=typescript&label&labelColor=blue&color=555555)
[![npm (scoped)](https://img.shields.io/npm/v/named-color-maps?style=flat-square)](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)