Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)