Skip to content

Latest commit

 

History

History
286 lines (220 loc) · 8.93 KB

README.md

File metadata and controls

286 lines (220 loc) · 8.93 KB

Open in Visual Studio Code

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Wooff

Cli tool to check and update dependencies.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Installation
  3. Usage
  4. Miscellaneous Screenshots
  5. Roadmap
  6. Contributing
  7. License
  8. Contact

About The Project

Product Name Screen Shot

  • A fast, reliable way to check and update your dependencies in all your repositories.
  • Easy to install and use comman line interface.
  • Appealing UI.
  • Propper error messages and information prompts.

(back to top)

Built With

(back to top)

Installation

  • npm
    npm install wooff -g
  • yarn
    yarn add wooff -g
  • Add sudo before the code if facing error due to system permissions
  • Enter system password if prompted

(back to top)

Usage

Checking Installation

To confirm if wooff is installed

  • run
    wooff
  • or
    wooff -v

Entering Arguments

cd to the directory where the csv file is located

Updating Repos

Add the -u flag to send Pull requests to the repositories with updated package version

(back to top)

Miscellaneous Screenshots

  • loading
    loading

  • error handling
    error1

    error2

    error3

    error4

(back to top)

Roadmap

  • One time GitHub authentication
  • Automatic dependency checker
    • Dependency update notifications
    • Automatic Pull requests
  • Configuration options
  • Allowing package@latest as argument

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Shashwat Gupta (shashtag) - @ShashTagZero - [email protected]

Project Links: https://github.com/dyte-submissions/dyte-vit-2022-shashtag
https://www.npmjs.com/package/wooff

(back to top)