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

1.6.16 • Public • Published

DisassemblePackage

npm Test CodeQL codecov semantic-release FOSSA Status

Decomposes config files contained in package.json and converts it into separate config files.

Usage

shell

npx disassemble-package

node

DisassemblePackage(process.cwd(), {space: 2})

Supported Libraries

  • babel
  • browserslist
  • commitlint
  • electron-builder
  • eslint
  • husky
  • jest
  • semantic-release

If you would like to use a different library, please specify your preference in the issue.

Command Details

disassemble-package <path> [--space count]
name short type required default description
path string false process.cmd() // current directory Specifies location path where package.json is.
space s number false 2 Specify the indent when regenerating.

Contribute

Anyone welcome

Requests for use

It would be helpful if you could give me a star if you are using it. There is a possibility of destructive changes or abrupt termination if there are not enough stars.

License

MIT License

FOSSA Status

Package Sidebar

Install

npm i disassemble-package

Weekly Downloads

4

Version

1.6.16

License

MIT

Unpacked Size

21 kB

Total Files

51

Last publish

Collaborators

  • tanmen