The Wayback Machine - https://web.archive.org/web/20220627092053/https://www.npmjs.com/package/wdu

    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/

    Keywords

    none

    Install

    npm i wdu

    DownloadsWeekly Downloads

    3

    Version

    0.3.0

    License

    MIT

    Last publish

    Collaborators

    • watilde