package-json-processor
v1.1.1
Published
Typescript classes to read, manipulate, and save the package.json file.
Downloads
10
Readme
PackageJsonProcessor
Typescript classes for processing, manipulating, and saving a process.json
file.
Table of Contents
Installation
Simply run yarn add package-json-processor
or npm install package-json-processor
.
Usage
const processor = new PackageJsonProcessor();
processor.setVersion("2.0.0");
processor.save();
To find which methods you can use, take a look at the code or look at the tests for more information.
Testing
Run npm test
or yarn test
.
Contribution
Pull Requests are more than welcome!