Socket
Book a DemoInstallSign in
Socket

keywords

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keywords

CLI utility for normalizing, adding and removing keywords from package.json.

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

keywords NPM version

CLI utility for easily adding keywords to package.json.

Install

Install globally with npm:

npm i -g keywords

Usage

Run keywords in the command line.

Adding keywords to package.json

Either type a list of keywords to add:

keywords foo bar baz

Or use --add or -a with a list of comma-separated words:

keywords --add foo,bar,baz

Removing keywords from package.json

Use --remove or -r with list of comma-separated words:

keywords --remove foo,bar,baz

Author

Jon Schlinkert

License

Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license

This file was generated by verb-cli on September 26, 2014.

Keywords

add

FAQs

Package last updated on 29 Sep 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts