edit-cli

0.1.1 • Public • Published

edit-cli

CLI program to open the default text editor of the user.

Installation

npm install edit-cli

Usage

edit <file>

Example:

edit CHANGELOG.md

Motivation

This CLI program is useful to enforce users to edit certain files in npm lifecycle hooks. For example, you may want to automatically edit the CHANGELOG.md file when a new version is created:

package.json:

{
  "scripts": {
    "version": "edit CHANGELOG.md"
  },
  "devDependencies": {
    "edit-cli": "..."
  }
}

Package Sidebar

Install

npm i edit-cli

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • rubennorte