Skip to content

pichillilorenzo/minimize-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimize JSON

Minimize your JSON files without making a bundle

NPM

NPM Version license Donate to this project using Paypal

Getting started

To get started with this library, you need to install it and add it to your project.

Installation

Minimize JSON is available as an npm package.

# npm
npm install minimize-json -D

# yarn
yarn add minimize-json -D

Usage

The code snippet below shows how to put into action minimize-json and lets you minimize your files inside a directory.

minimize-json <directory>

Contributors

Any contribution is appreciated. You can get started with the steps below:

  1. Fork this repository (learn how to do this here).

  2. Clone the forked repository.

  3. Make your changes and create a pull request (learn how to do this).

  4. I will attend to your pull request and provide some feedback.

License

This repository is licensed under the ISC License.

This project is strongly inspired by the minimize-js.