Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tzmfreedom/nogi
Nogizaka 46 Command Line Interface
https://github.com/tzmfreedom/nogi
Last synced: 15 days ago
JSON representation
Nogizaka 46 Command Line Interface
- Host: GitHub
- URL: https://github.com/tzmfreedom/nogi
- Owner: tzmfreedom
- License: mit
- Created: 2017-02-26T13:28:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-18T14:00:45.000Z (about 7 years ago)
- Last Synced: 2024-08-01T16:25:09.197Z (3 months ago)
- Language: Go
- Size: 17.6 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nogi
Nogizaka 46 Command Line Interface
## Install
```
$ go get github.com/tzmfreedom/nogi
```## Usage
Get Members
```
$ nogi members
```Get Songs
```
$ nogi songs
```## Contribute
Just send pull request if needed or fill an issue!
### How to add songs and members
`nogi` stores songs and members data with go-bindata.
If you want to modify songs or members, please modify toml file and recreate go-bindata.
1. Add songs/members to data/songs.toml or data/members.toml.
```toml
[[songs]]
name = "逃げ水"
no = 19
```2. Execute [go-bindata](https://github.com/jteeuwen/go-bindata) to create bindata.go.
```bash
$ go-bindata data/ # or make build
```## License
The MIT License See [LICENSE](https://github.com/tzmfreedom/nogi/blob/master/LICENSE) file.