I’ve put together a “starter kit” for the WICG. It helps get a repository set up with the files you need to get started with editing a spec, etc.
Installation
To install it:
npm install wicg
Then go to some directory where you want to start a project (or to an existing repo):
wicg init "My Awesome API"
And follow the prompts.
Contributing/Issues
Would appreciate any feedback and suggestion to improving it.
I slapped it together rather quickly, so it’s still a bit rough… PRs/issues welcomed!
Repository:
Limitations (wish list)
Currently, it only supports adding a ReSpec document. However, if someone wants to contribute a BikeShed template, I would gladly accept it. Then I can have the program prompt the end-user for which spec processor they would like to use.
I hear it doesn’t work in Windows (Bash). Can’t confirm tho. Can someone check?