package-hub v1.0.1
package-hub
package-hub is a command-line interface tool that helps developers quickly set up and scaffold projects by selecting packages from a curated list. It simplifies the process of installing and configuring commonly used packages for various project types.
Installation
Install globally:
npm install -g package-hub
Or run with npx:
npx package-hub
Usage
Now type this command to start the tool.
package-hub
Once you click enter, you will get a prompt asking what kind of project you are working on. Once you select that, you will be asked for list of packages. Select the required packages, and chill for a while! Package-wizard will install them for you.
Other Features
Get the package list
pkg
Get the list of packages installed in your project along with the available version and the installed version in a neat table.
del
Tired of deleting multiple packages, just type the above command to see the list of packages. There just select the packages you w3ant to delete and press enter
Demo
Contributing
Contributions are welcome! If you encounter any issues or have suggestions for improvement, please open an issue or submit a pull request.