Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@phatnguyenuit/nhaccuatui-downloader

phatnguyenuit18MIT1.2.4

Simple CLI to download playlist and songs from nhaccuatui.com.

nodejs, cli, nhaccuatui, downloader

readme

nhaccuatui-downloader

Simple CLI to download playlist and songs from nhaccuatui.com.

NPM Version NPM License NPM Downloads Dependency Status

Installation

  • Install

    • Using npm:
    $ npm install -g @phatnguyenuit/nhaccuatui-downloader
    • Using yarn:
    $ yarn global add @phatnguyenuit/nhaccuatui-downloader
  • Usage:
$ nhaccuatui [PLAYLIST/SONG URL] [PATH TO DOWNLOAD FILES]

Development

  • Install node_modules by running:

    npm install
  • Try it out:

    node bin/nhaccuatui [URL] [PATH]

changelog