Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DepAuto

Overview

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.

Features

  • Automatic Dependency Installation: Installs all dependencies listed in package.json with 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.

Installation

To install DepAuto globally on your system, run the following command:

npm install -g depauto

Once installed, you can use DepAuto by navigating to your project directory and running:

install-deps

This 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.

Make Sure You Do NPM InIt First

Example

Navigate to your project directory:

cd path/to/your/project

Run the DepAuto command:

    install-deps

Watch DepAuto fetch and install dependencies while displaying ASCII art.

Contributing

We 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

DepAuto is licensed under the MIT License. See the LICENSE file for more details.

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.

Key Sections Explained:

  • 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!

About

A tool that automatically installs dependencies from package.json

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages