1. keywords
CLI utility for normalizing, adding and removing keywords from package.json.
keywords
Package: keywords
Created by: jonschlinkert
Last modified: Sun, 19 Jun 2022 08:36:43 GMT
Version: 0.1.2
Downloads: 453
Repository: https://github.com/jonschlinkert/keywords

Install

npm install keywords
yarn add keywords

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.

Dependencies

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin