Releases: JomsCode21/readme-auto-scan
Releases · JomsCode21/readme-auto-scan
readme-autoscan v1.3.0 — PHP and Laravel support
v1.3.0
Added
- Added PHP project detection.
- Added Composer project detection.
- Added Laravel project detection.
- Added PHP-specific README generation.
- Added Composer dependency parsing from
composer.json. - Added Composer script parsing and script descriptions.
- Added generated README examples for basic PHP and Laravel projects.
Improved
- Updated CLI output to show detected PHP language, Laravel framework, and Composer package manager.
- Updated help text to mention PHP support.
- Updated documentation with PHP/Laravel support.
- Updated language support roadmap.
- Preserved existing JavaScript, TypeScript, and Python support.
Supported PHP/Laravel detection
composer.jsoncomposer.lockindex.phpartisanphpunit.xmlphpunit.xml.dist- Laravel files such as
routes/web.php,routes/api.php, andbootstrap/app.php
readme-autoscan v1.2.0 — Python project support
v1.2.0
Added
- Added basic Python project detection.
- Added support for pip, Poetry, and Pipenv projects.
- Added Django project detection.
- Added basic Flask detection.
- Added Python-specific README generation.
- Added Python dependency parsing from
requirements.txt.
Improved
- Updated CLI output to show detected language and package manager.
- Updated help text to mention Python support.
- Updated documentation with Python support and language roadmap.
- Preserved existing JavaScript and TypeScript project support.
readme-autoscan v1.1.0 — Package manager detection
v1.1.0
Added
- Added package manager detection for npm, pnpm, yarn, and bun.
- Generated README commands now match the detected package manager.
- Added tests for package manager detection.
Improved
- Expanded script descriptions.
- Improved README command generation.
v1.0.2
Improved
- Polished README table formatting
- Improved GitHub repository description and topics
- Added npm package link to repository About section
- Improved documentation clarity