node-edit

0.0.1 • Public • Published

node-edit

Launch $EDITOR with a default set of text and allow the user to make changes. Strip out the comments and fire a callback with the new text, or false if the text has not changed.

Install

npm install node-edit

Instructions

var edit = require('node-edit');
edit("# Example\n# Commented lines will be stripped", function(newText) {
  console.log(newText);
});

This will output the files new contents, or false if they have not changed: Note: Comments are stripped.

Readme

Keywords

none

Package Sidebar

Install

npm i node-edit

Weekly Downloads

0

Version

0.0.1

License

BSD

Last publish

Collaborators

  • leahcimic