changelog-generator
Generate a markdown changelog document from a GitHub milestone.
File Explorer
Download Latest Version (.zip)- ci.yaml
- changelog-generator
- changelog-generator.php
- GenerateChangelogCommand.php
- ChangelogConfig.php
- ChangelogGenerator.php
- GitHubCredentials.php
- GitHubOAuthToken.php
- GitHubUsernamePassword.php
- Issue.php
- IssueClient.php
- IssueClientResponse.php
- IssueFactory.php
- IssueFetcher.php
- IssueGroup.php
- IssueGrouper.php
- IssueRepository.php
- config.php
- empty.php
- ConsoleTest.php
- ChangelogConfigTest.php
- ChangelogGeneratorTest.php
- GitHubOAuthTokenTest.php
- GitHubUsernamePasswordTest.php
- IssueClientResponseTest.php
- IssueClientTest.php
- IssueFactoryTest.php
- IssueFetcherTest.php
- IssueGrouperTest.php
- IssueGroupTest.php
- IssueRepositoryTest.php
- IssueTest.php
- .gitignore
- .scrutinizer.yml
- box.json
- build-phar.sh
- composer.json
- composer.lock
- download-box.sh
- LICENSE
- phpcs.xml.dist
- phpstan.neon.dist
- phpunit.xml.dist
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/jwage/changelog-generator
Downloads the entire project code from GitHub to your computer.
cd changelog-generator
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
$ composer require jwage/changelog-generator
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
