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

Package detail

pkg-cli

eliasgs11MIT0.3.0

Comman line script for easy package.json access

packge.json, package, cli

readme

pkg-cli

Command line script for easy access to a Node module's package.json data.

Install

npm install -g pkg-cli

Usage

Basically it takes the command line arguments and prints the matching field from the package.json found in working directory.

Example

hub create -d $(pkg description)