Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 728 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 728 Bytes

TC39 Proposal dataset

This project provide TC39 proposal latest status

"API"

Development

Setup:

git clone https://github.com/tc39/dataset
cd dataset
# Install dependencies
npm ci
# Clone tc39/proposals and tc39/notes for make dataset
git clone https://github.com/tc39/notes
git clone https://github.com/tc39/proposal

Update dist files:

npm run build
GITHUB_TOKEN=xxx npm run make-dataset # Pass GITHUB_TOKEN for avoid rate limit
npm run make-scheme

LICENSE

UNLICENSE