1.0.0 • Published 8 years ago

entrify-cli v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

entrify-cli - CLI tool to convert `package.json` files to `index.js` files

Installation

npm install entrify-cli --global

or

yarn add entrify-cli --global

Usage

  CLI tool to convert package.json to index.js.

  Usage
    $ entrify <directory>

  Options
    --format, -f      Format of the index.js to create.
                      Valid values: "cjs" or "esm".
                      Defautl: "cjs".

  Examples
    $ entrify ./src --format cjs

Development

Publish

  1. Bump package version: yarn version --new-version x.x.x -m 'Version %s.'.
  2. Publish to NPM registry: npm publish.
  3. Push new tag: git push origin --tags.

Made with :heart: by Rubens Mariuzzo.

MIT license