项目作者: tc39

项目描述 :
The automatic track tc39 proposals
高级语言: TypeScript
项目地址: git://github.com/tc39/dataset.git
创建时间: 2020-12-18T10:21:28Z
项目社区:https://github.com/tc39/dataset

开源协议:The Unlicense

下载


TC39 Proposal dataset

This project provide TC39 proposal latest status

“API”

Development

Setup:

  1. git clone https://github.com/tc39/dataset
  2. cd dataset
  3. # Install dependencies
  4. npm ci
  5. # Clone tc39/proposals and tc39/notes for make dataset
  6. git clone https://github.com/tc39/notes
  7. git clone https://github.com/tc39/proposal

Update dist files:

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

LICENSE

UNLICENSE