package-manifest-generator
v1.0.0-alpha.2
Published
[![NPM version][npm-image]][npm-url] [![Build Status][build-image]][build-url] [![Coverage percentage][coveralls-image]][coveralls-url]
Downloads
153
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 -g
Getting 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/**/*.mjs
Help can be displayed by passing the --help
flag to pmg
.
pmg --help
Documentation
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.