1.1.1 • Published 6 months ago

package-json-processor v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

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!

1.1.1

6 months ago

1.1.0

6 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

4 years ago