rmariuzzo / entrify-cli

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ❤️ by Rubens Mariuzzo.

MIT license

About

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

License:MIT License


Languages

Language:JavaScript 100.0%