acmdl
CLI for ACM Digital Library

Installation
Dependencies
acmdl is implemented in Golang and using dep to manage dependencies.
If you want build from source code, you have to install Golang to your machine and then install dep.
If you don't know how to install Golang, see here.
If you don't know how to install dep, see here.
From source
After installing Golang and dep. You can use following commands to install acmdl to your machine.
$ go get github.com/d2verb/acmdl
$ cd $GOPATH/src/github.com/d2verb/acmdl
$ make ensure
$ make install
Usage
Cmdline options
NAME:
acmdl - ACM Digital Library CLI tool
USAGE:
exec [global options] command [command options] [arguments...]
VERSION:
0.0.1
COMMANDS:
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--words value, -w value words
--year value, -y value minimum publication year (default: -1)
--start value, -s value minimum numbering (default: 1)
--help, -h show help
--version, -v print the version
Contributions
Open issues and submit pull requests are welcome.