DepAuto is a command-line tool designed to simplify the process of installing dependencies from a package.json file. It automatically fetches and installs the required packages, ensuring that all necessary dependencies are in place for your project.
- Automatic Dependency Installation: Installs all dependencies listed in
package.jsonwith a single command. - User-Friendly CLI: Simple command-line interface that enhances developer productivity.
- Custom ASCII Art: Engages users with visually appealing ASCII art when running the command.
To install DepAuto globally on your system, run the following command:
npm install -g depauto
install-depsThis command will:
Check for the presence of a package.json file in the current directory.
Install all dependencies listed in package.json.
Display engaging ASCII art to celebrate the successful installation.
Navigate to your project directory:
cd path/to/your/projectRun the DepAuto command:
install-depsWe welcome contributions to DepAuto! If you'd like to contribute, please follow these steps:
Fork the repository on GitHub.
Create a new branch for your feature or fix.
Make your changes and commit them with clear messages.
Push your changes to your forked repository.
Submit a pull request with a detailed description of your changes.
Code of Conduct
Please adhere to our Code of Conduct while contributing to this project. License
Contact
For any questions or issues, please open an issue on GitHub or contact the project maintainer:
Name: Hiralal Singh
Email: hiralals221@gmail.com
Thank you for using DepAuto! We hope it helps streamline your development workflow.
- Overview: Briefly explains what DepAuto is and what it does.
- Features: Lists key features to highlight what makes DepAuto useful.
- Installation: Instructions on how to install DepAuto globally.
- Usage: Provides a basic usage example and what to expect when running the command.
- Contributing: Guidelines for contributing to the project, including how to submit pull requests.
- Code of Conduct: A link to your project's Code of Conduct, if applicable.
- License: Details about the license under which DepAuto is released.
- Contact: Information on how users can reach out for support or questions.
Feel free to modify any sections to better fit your project's specific needs or details!