https://github.com/rmariuzzo/entrify-cli
📦 CLI tool to convert package.json to index.js.
https://github.com/rmariuzzo/entrify-cli
cli main monorepo package-json
Last synced: 10 months ago
JSON representation
📦 CLI tool to convert package.json to index.js.
- Host: GitHub
- URL: https://github.com/rmariuzzo/entrify-cli
- Owner: rmariuzzo
- License: mit
- Created: 2017-11-17T02:02:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-20T23:35:00.000Z (over 8 years ago)
- Last Synced: 2025-07-04T20:19:16.011Z (11 months ago)
- Topics: cli, main, monorepo, package-json
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## Installation
```shell
npm install entrify-cli --global
```
or
```shell
yarn add entrify-cli --global
```
## Usage
```shell
CLI tool to convert package.json to index.js.
Usage
$ entrify
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](https://github.com/rmariuzzo).
[MIT license](LICENSE)