1.0.2 • Published 2 years ago

@jswork/next-json-configuration v1.0.2

Weekly downloads
3
License
MIT
Repository
-
Last release
2 years ago

next-json-configuration

Json configuration for next.

version license size download

installation

npm install -S @jswork/next-json-configuration

apis

apiparamsdescription
get-desc balabala

usage

import NxJsonConfiguration from '@jswork/next-json-configuration';
import path from 'path';

const conf = new NxJsonConfiguration({ path: path.join(process.cwd(), 'package.json') });
conf.set('version', '1.0.1');
conf.get('version');  // 1.0.1
conf.save();

license

Code released under the MIT license.