1.0.0 • Published 7 years ago
handbook-tracker v1.0.0
handbook-tracker
Install
$ npm i -g https://github.com/mirucon/handbook-tracker.githandbook-tracker command
$ handbook-tracker <team>options
-b, --handbook<handbook> Specify handbook name. (Default "handbook")-s, --sub-domain<sub-domain> Specify subdomain name. e.g. "developer" for developer.w.org, "w.org" for w.org (Default "make")
Example
Get Meetup Handbook
$ handbook-tracker community --handbook meetup-handbookGet theme developer Handbook
$ handbook-tracker '' --handbook theme-handbook --sub-domain developerSchema
[
{
"slug": "slug",
"id": "id",
"link": "link",
"path": "relative_path_to_link",
"modified": "modified_date_GMT",
"menu_order": "menu_order",
"parent": "parent"
}
]1.0.0
7 years ago