This project is a tool that checks the updates of the packages used in a project tha uses npm.
This project uses the following technologies:
- Node.js: The cross-platform JavaScript runtime environment. It's the base technology of the project. The version is defined on the .nvmrc file. https://nodejs.org
- NPM: The package manager for JavaScript. It's used to manage the dependencies of the project. The version is defined on the package.json file. https://www.npmjs.com
- chalk: A tool that allows the use of colors in the console. https://www.npmjs.com/package/chalk
Main files and directories of the project:
- index.js: The main file of the project. It's the file that is executed when the project is run.
- src/lib: The directory that contains the files with the functions that are used in the project.
- src/constants: The directory that contains the files with the constants that are used in the project.
- .npucrc.json: The file that contains a sample configuration file for the project.
To use the project, follow the steps below:
npx npuc
npx npuc --init
It will create a .npucrc.json
file in the root of the project.
npx npuc --help
To deploy the project, follow the steps below:
npm install
node ./index.js
This project is licensed under the MIT License - see the LICENSE.md file for details.