Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csstree/csswg-drafts-index
Index of CSSWG drafts
https://github.com/csstree/csswg-drafts-index
Last synced: about 2 months ago
JSON representation
Index of CSSWG drafts
- Host: GitHub
- URL: https://github.com/csstree/csswg-drafts-index
- Owner: csstree
- Created: 2019-08-26T15:35:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T11:17:06.000Z (3 months ago)
- Last Synced: 2024-10-30T08:39:04.953Z (2 months ago)
- Language: JavaScript
- Homepage: https://csstree.github.io/csswg-drafts-index/
- Size: 4 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSSWG spec drafts index
> Status: proof of concept
## Intro
Since [CSS Working Group specs](https://github.com/w3c/csswg-drafts) are on GitHub for a while, it's much easy to get latest state of the specs and to contribute to them. At the same time an information from the specs may be useful to various projects (such as [mdn/data](https://github.com/mdn/data)) as a source of truth. However, all the specs are crafting by humans to humans, so it's hard to fetch something from a spec for machines (programs). This project aims to extract as much as possible facts from CSSWG specs and provide them as a dictionary in JSON format. Beside that there is [a web interface](https://csstree.github.io/csswg-drafts-index/) to reveal data itself and its structure.
## How to start
```
npm install
npm start
```To sync (clone/fetch) source repos manualy run:
```
npm run sync
```To make a build (output to `/docs`):
```
npm run build
```