https://github.com/d2verb/acmdl
ACM Digital Library CLI tool
https://github.com/d2verb/acmdl
Last synced: 10 months ago
JSON representation
ACM Digital Library CLI tool
- Host: GitHub
- URL: https://github.com/d2verb/acmdl
- Owner: d2verb
- License: mit
- Created: 2019-06-16T13:02:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-17T02:25:20.000Z (about 7 years ago)
- Last Synced: 2025-01-16T07:38:40.042Z (over 1 year ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# acmdl
CLI for ACM Digital Library
[](https://asciinema.org/a/piE9eiJ5JFMuy1KxmfssgyvDj)
## 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](https://golang.org/doc/install).
If you don't know how to install `dep`, see [here](https://github.com/golang/dep).
### 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.