package-field

1.1.0 • Public • Published

package-field

experimental

Command-line to get a field from current dir's package.json. Defaults to name field.

e.g.

For the following package.json in a folder called foobar:

{
    "description": "this is foobar",
    "name": "foobar",
    ... etc
}
cd foobar
package-field description

## prints 'this is foobar' to stdout

Usage

NPM

package-field [field] [options]

e.g.

package-field description -s

You can use -s to silent errors and return an empty string.

License

MIT, see LICENSE.md for details.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i package-field

    Weekly Downloads

    2

    Version

    1.1.0

    License

    MIT

    Last publish

    Collaborators

    • mattdesl