Skip to content

survivejs/leanpub-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.