Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martendebruijn/npm-update
Automate updating NPM dependencies
https://github.com/martendebruijn/npm-update
dependencies nodejs npm python
Last synced: 10 days ago
JSON representation
Automate updating NPM dependencies
- Host: GitHub
- URL: https://github.com/martendebruijn/npm-update
- Owner: martendebruijn
- License: mit
- Created: 2024-11-01T21:03:37.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2024-11-01T22:37:31.000Z (13 days ago)
- Last Synced: 2024-11-01T23:22:53.386Z (13 days ago)
- Topics: dependencies, nodejs, npm, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# npm-update
Update NPM dependencies
- [npm-update](#npm-update)
- [Dependencies](#dependencies)
- [Install](#install)
- [Usage](#usage)
- [Authors and acknowledgments](#authors-and-acknowledgments)
- [License](#license)## Dependencies
- Python
- NPM
- packaging## Install
```sh
pip install packaging
```## Usage
Run the script inside a project with a `package.json` in the root folder:
```sh
cd coding-project/my-awesome-project
python path/to/main.py
```## Authors and acknowledgments
- **[@martendebruijn](https://github.com/martendebruijn)** - Owner
For a full list of contributors, please see the [contributors list](https://github.com/martendebruijn/types/graphs/contributors).
## License
[MIT](./LICENSE) license
Copyright © 2024 [Marten de Bruijn](https://github.com/martendebruijn)