package-manifest-generator
v1.0.0-beta.4
Published
[![NPM version][npm-image]][npm-url] [![Build Status][build-image]][build-url] [![Coverage percentage][coveralls-image]][coveralls-url]
Maintainers
Readme
Package Manifest Generator
Generate the npm package manifest (package.json) from the dependencies used by your package files.
Installation
The recommended way to install Package Manifest Generator is to install it globally from its npm package.
npm i package-manifest-generator -gGetting Started
Once installed, Package Manifest Generator exposes a command-line script named pmg, capable of generating the npm package manifest from the dependencies used by your package files.
pmg -e lib/**/*.mjsHelp can be displayed by passing the --help flag to pmg.
pmg --helpDocumentation
To get the most of Package Manifest Generator, it is strongly recommended to read its documentation.
License
Copyright © 2024 Eric MORAND. Released under the ISC License.
