wdu

0.3.0 • Public • Published

wdu

npm command wrapper supports json5

Badges

  • NPM Version
  • Dependency Status
  • MIT LICENSE

Install

Using npm.

$ npm install -g wdu

Then you can write package.json in json5

// This file is written in JSON5 syntax
{
    name: 'this',
    description: 'file',
    author: 'has <filename>',
    version: '0.0.1'
}

Parse package.json5 to package.json

$ ls
package.json5

$ wdu package.json5
Created a package.json from the package.json5

$ ls
package.json5 package.json

json5?

See: http://json5.org/

Readme

Keywords

none

Package Sidebar

Install

npm i wdu

Weekly Downloads

2

Version

0.3.0

License

MIT

Last publish

Collaborators

  • watilde