You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: