Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

leanpub-cli

survivejs378MIT0.2.0

CLI client for Leanpub

leanpub, cli

readme

build status

leanpub-cli - CLI Client for Leanpub

This CLI provides basic commands to deal with Leanpub.

Usage

You have to set up ~/.leanpub.json that contains your api key like this:

{
  "apiKey": "dig this from Leanpub UI"
}

After that you can invoke the cli:

leanpub-cli <command> <book slug>

If you run the command without any parameters, you can see the available commands.

License

leanpub-cli is available under MIT. See LICENSE for more details.

changelog

0.2.0 / 2017-01-30

  • Breaking - silent-publish -> publish-silent.

0.1.0 / 2017-01-30

  • Initial release.