Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 13 days ago
JSON representation

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

Awesome Lists containing this project

README

        

![entrify-cli - CLI tool to convert `package.json` files to `index.js` files](banner.svg)

## 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)