1.2.1 • Published 2 years ago

depextract v1.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

depextract

depextract is a CLI tool to extract dependencies from package.json.

jsDocs.io

Use case

Suppose you are trying to upgrade your project or create a new project with same dependencies as another project. Now, the first thing you might require is list of Production and Dev Dependencies.

To extract and generate a CLI Script based on your Package manager configuration, you may use depextract

Installation:

  npx depextract

Usage

  • Open the directory where package.json resides
  • Use:
      npx depextract
  • Select among the most suitable options:
        ? Select location of package.json
        (Use arrow keys)
        ❯ current directory
          another directory (provide path in next step)
  • Select the package manager to be used for upcoming project (npm, yarn, pnpm, etc.)
  • Generated scripts reside in scripts.sh

Author

License

This project is under the MIT License

1.2.1

2 years ago

1.2.0

2 years ago

1.0.1

2 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago