0.1.2 • Published 8 years ago

apply-patch v0.1.2

Weekly downloads
23
License
MIT
Repository
github
Last release
8 years ago

apply-patch

A npm package for applying patches to files, based on diff.

Usage

apply-patch can be used from node.js as a regular package:

var applyPatch = require("apply-patch").applyPatch;
applyPatch("path/to/file.patch");

apply-patch can also be used as a comand line tool:

npm install -g apply-patch
apply-patch path/to/file.patch

License

MIT

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago