orassayag / auto-packages-updater

Built in April 2021. A Node.js application to check multi projects declared in an external JSON file, to get a list of outdated NPM packages and log them to an external TXT file.

Home Page:https://linkedin.com/in/orassayag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto Packages Updater

Built in April 2021. A Node.js application to check multi projects declared in an external JSON file, to get a list of outdated NPM packages and log them to an external TXT file.

Getting Started

Clone the application to your computer. Steps to view the solution:

  1. Open server application on IDE (I use VSCode).
  2. In the terminal run: 'npm i'.
  3. In the terminal run: 'npm start'.

READ THE FOLLOWING SETTINGS BEFORE YOU BEGIN:

-Instructions & How to use:

  1. Go to the settings.js file and make sure that all settings are fit to needs.
  2. Read the full instructions guide in the INSTRUCTIONS.md file.
  3. Run the script by 'npm start' in the terminal and let the magic begin :).

In the terminal: 'npm start'.

Happy testing! :).

Prerequisites

You'll need to install VSCode, Node, and clone the application, and in the terminal run: 'npm i'.

Built With

  • Node.js - The web framework used - Server side.
  • Git - Source management.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Author

License

This application has an MIT license.

About

Built in April 2021. A Node.js application to check multi projects declared in an external JSON file, to get a list of outdated NPM packages and log them to an external TXT file.

https://linkedin.com/in/orassayag

License:MIT License


Languages

Language:JavaScript 100.0%