Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lbwa/package-json-rs
- Owner: lbwa
- License: mit
- Created: 2022-07-09T15:23:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T22:08:26.000Z (11 months ago)
- Last Synced: 2024-03-15T03:08:44.794Z (10 months ago)
- Topics: npm, package-json, pnpm, yarn
- Language: Rust
- Homepage: https://docs.rs/package-json/latest/package_json/
- Size: 33.2 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.