Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rmariuzzo/entrify-cli
- Owner: rmariuzzo
- License: mit
- Created: 2017-11-17T02:02:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-20T23:35:00.000Z (about 7 years ago)
- Last Synced: 2024-11-02T23:23:36.657Z (2 months ago)
- Topics: cli, main, monorepo, package-json
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
$ entrifyOptions
--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)