Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/z4nder/package-manager-auto-doc
https://github.com/z4nder/package-manager-auto-doc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/z4nder/package-manager-auto-doc
- Owner: z4nder
- Created: 2023-01-09T01:19:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T13:00:55.000Z (12 months ago)
- Last Synced: 2024-06-30T13:42:34.032Z (5 months ago)
- Language: Rust
- Size: 249 KB
- Stars: 17
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Package Manager Auto Doc
## Result file example
This project aims to generate a documentation of the packages contained in the composer.json(PHP) package.json(JS) files.
## Prerequisites
1. Rust
2. Cargo## How to use
- In the /files folder put your composer.json and or package.json
- Run:
```bash
cargo run
```
- See the result.csv file## Contribute
During the creation of this project I saw several patterns of package name data documented so this version may not cover all cases, if you have a problem open an issue with your file that gave error.It would be really nice if this covered other package controls files like yarn.json... feel free to implement.