Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/z4nder/package-manager-auto-doc


https://github.com/z4nder/package-manager-auto-doc

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Package Manager Auto Doc


Box

## Result file example


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.