https://github.com/gldraphael/chordsheet-cli
A CLI to create chord sheets out of markdown files
https://github.com/gldraphael/chordsheet-cli
Last synced: about 1 year ago
JSON representation
A CLI to create chord sheets out of markdown files
- Host: GitHub
- URL: https://github.com/gldraphael/chordsheet-cli
- Owner: gldraphael
- Created: 2016-11-23T08:57:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T09:10:55.000Z (over 8 years ago)
- Last Synced: 2025-05-30T14:44:27.649Z (about 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chordsheet CLI []()
A simple CLI to create chord sheets out of markdown files.
* If you're looking for an online chordsheet editor, check this out: [Chordsheet Editor](https://gldraphael.github.io/chordsheet-editor/)
* If you're intereseted in the generation of the preview markup, check this repo: [`gldraphael/chordsheet`](https://github.com/gldraphael/chordsheet)
**THIS REPO IS CURRENTLY NOT BEING MAINTAINED.**
I do plan to update this in the future though.
## Installing chordsheet
Install `chordsheet-cli` globally using npm:
```bash
npm install -g chordsheet-cli
```
You can now use it by typing `chordsheet` in your terminal.