# /r/dailyprogrammer Tool

The [/r/dailyprogrammer](https://www.reddit.com/r/dailyprogrammer/) Tool provides you with a cli to quickly initialize 
programming challenges and publish them.
 
## Installation
    npm install -g dailyprogrammer
    
### Usage
Use `reddit-dp -h` to get list of options

    Usage: reddit-dp [options] [command]
    
    
      Commands:
    
        init [options] <challenge_no> <target_dir>  initialize a challenge identified by the challenge_no (e.g. 123) in target_dir
        info [options] <challenge_no>               print information about a challenge
        ls|list [options]                           print information about all available challenges
    
      Options:
    
        -h, --help     output usage information
        -V, --version  output the version number