CLI to create a directory with boilerplate music, lyrics, and readme files to get started with songwriting.
This tool was created following this tutorial: Creating a real-world CLI app with Node.
Todo: Make global install available.
Usage:
-
In your terminal, navigate to the directory you'd like to create your new song directory.
-
songshell -hshows the help menu below:
songshell [song title] [date created]
ARGUMENTS:
song title ......... title of song (required)
(PacalCase preferred)
date created ....... date of song creation (optional)
(use quotes if spaces: "Aug 1, 1987")
version ............ show package version
help ............... show help menu for a commandsongshell MyNewSongorsongshell MyNewSong "Aug 1 2018"* creates a directory structure like so:
MyNewSong/_music_MyNewSong.txt
/_readme_MyNewSong.txt
/_lyrics_MyNewSong.txt* If a date isn't specified, the current day is used.
Each file contains a little bit of boilerplate to help you organize your songwriting process. See songshell_specs.md.
- Node
- npm
This is a WIP. Please contact me if you have questions or would like to contribute.