Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lbwa/package-json-rs

package.json manager for @rust-lang
https://github.com/lbwa/package-json-rs

npm package-json pnpm yarn

Last synced: 2 months ago
JSON representation

package.json manager for @rust-lang

Awesome Lists containing this project

README

        

# package-json

[![Crates.io](https://img.shields.io/crates/v/package-json?style=flat-square)](https://crates.io/crates/package-json) [![Tests status](https://github.com/lbwa/package-json-rs/actions/workflows/tests.yml/badge.svg)](https://github.com/lbwa/package-json-rs/actions/workflows/tests.yml) [![docs.rs](https://img.shields.io/docsrs/package-json?style=flat-square)](https://docs.rs/package-json/latest/package_json/)

This package is a library designed to help developers manage their package.json files in a Rust language context. With this library, you can easily manipulate and edit your package.json file with ease.

## Features

- Supports basic package.json management functions like reading, writing and updating the file.
- Provides Rust developers with an easy-to-use interface for managing their package.json file.

More details in [online documentation](https://docs.rs/package-json/latest/package_json/).

## Contributions

Contributions to this project are welcome and encouraged. If you encounter any bugs or issues, please open an issue on the [Github](https://github.com/lbwa/package-json-rs) repository. If you would like to contribute to the project, please fork the repository and submit a pull request.

## License

This project is licensed under the MIT License. See the [LICENSE](https://github.com/lbwa/package-json-rs/blob/main/LICENSE) file for more details.