package-manifest-generator
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.1 • Public • Published

Package Manifest Generator

NPM version Build Status Coverage percentage

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.

Package Sidebar

Install

npm i package-manifest-generator

Weekly Downloads

3

Version

1.0.0-beta.1

License

ISC

Unpacked Size

22.4 kB

Total Files

9

Last publish

Collaborators

  • ericmorand