Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 477 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 477 Bytes

api-types


api-types

Add new API

$ npm run add <Organization name (>= 3 alphanumeric chars)> <API name (>= 5 alphanumeric chars)>
$ cd apis/<Organization name>/<API name>

Update README and package.json

$ npm run update <Organization name> <API name>

Build API

$ npm run build apis/<Organization name>/<API name>