Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cli-chords

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-chords - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

build/cli.js

27

package.json
{
"name": "cli-chords",
"version": "0.1.0",
"version": "0.2.0",
"description": "A CLI app to get chords from Songsterr public API.",
"main": "bin/chords",
"main": "build/cli.js",
"files": [

@@ -12,2 +12,12 @@ "bin",

],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node build/cli.js",
"prepare": "npm run build",
"test": "mocha -r ts-node/register test/**/*.ts"
},
"engines": {
"node": ">=12"
},
"author": "Helio Frota",

@@ -19,3 +29,4 @@ "repository": {

"dependencies": {
"roi": "^0.16.1"
"axios": "^0.20.0",
"yargs": "^16.0.3"
},

@@ -25,4 +36,12 @@ "license": "MIT",

"bin": {
"chords": "./bin/chords"
"chords": "build/cli.js"
},
"devDependencies": {
"@types/mocha": "^8.0.3",
"@types/node": "^14.11.2",
"@types/yargs": "^15.0.7",
"mocha": "^8.1.3",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
}
}

7

README.md

@@ -5,9 +5,10 @@ # cli-chords

### Install
### Install and usage
```console
$ npm install cli-chords -g
$ npm run build
$ node build/cli.js --artist foobar
```
### Usage
### Previous way usage before migrate to TypeScript:

@@ -14,0 +15,0 @@ ![Alt 1](https://github.com/helio-frota/cli-chords/raw/master/01.png)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc