segment-boneyard / khaos

A super-simple way to scaffold new projects.

Home Page:http://khaos.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outdated API docs in readme

parro-it opened this issue · comments

I'm using khaos API to build a little CLI wrapper. I found docs on README are outdated.

They says to use .use to install a plugin, while I have to use .metalsmith.use
and .generate instead of .run.
Also, generate need destination folder ar arguments, while the docs says that it has to be passed in the controller.