adrienjoly / album-shelf

💿 Collection of music records I love, maintained with Jekyll on Github Pages
https://adrienjoly.com/album-shelf
MIT License
7 stars 2 forks source link

npm script to add an album from the command line #1

Closed adrienjoly closed 4 years ago

adrienjoly commented 6 years ago

... (or CLI) with automatic population of fields: title, artist, spotify URL, cover art, etc...

e.g. $ npm run add "blood sugar sex magik" => adds the album in albums.yaml

adrienjoly commented 4 years ago

So far, here's what's already implemented:

$ npm run add:spotify-album "church with no magic"

Will start a CLI to let you pick from search results from the argument-provided album name and append it to albums.yaml => that works good enough! => closing