0.3.0 • Published 9 years ago

wdu v0.3.0

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

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/

0.3.0

9 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago