承接 phly/keep-a-changelog 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

phly/keep-a-changelog

最新稳定版本:2.13.2

Composer 安装命令:

composer require phly/keep-a-changelog

包简介

Tag and release packages on GitHub using Keep A Changelog; add new version entries to your changelog.

关键字:

README 文档

README

Build Status Coverage Status

This project provides tooling support for working with Keep A Changelog.

Installation

Local install via Composer

Run the following to install this library:

$ composer require phly/keep-a-changelog

Global install via Composer

Alternately, install globally, for use with any repository:

$ composer global require phly/keep-a-changelog

If you install globally, ensure you add global composer vendor binaries directory to your $PATH environment variable. You can get its location with following command:

$ composer global config bin-dir --absolute

You can add the following line to your shell profile to auto-add it to your PATH:

export PATH=$(composer global config bin-dir --absolute):$PATH

Once setup this way, you can call keep-a-changelog instead of ./vendor/bin/keep-a-changelog.

PHAR file

Since version 2.3.0, we have offered standalone PHAR binaries. These are available under the downloads section for each release. To retrieve the latest, you can always use the following url:

Make the file executable (e.g., chmod 755 keep-a-changelog.phar), place it in your $PATH, and, optionally, remove the .phar suffix

At the time of writing, the PHAR distribution is not yet capable of self-updating or checking for updates.

Usage

Invocation will be via one of the following:

  • If you have installed via Composer within your project: ./vendor/bin/keep-a-changelog
  • If you have installed globally via Composer, and have added the Composer script path to your $PATH: keep-a-changelog.
  • If you have downloaded the PHAR file and put it in your $PATH: either keep-a-changelog.phar or, if you removed the .phar file extension, keep-a-changelog.

From here forward, we will use keep-a-changelog to invoke the command; substitute the appropriate command invocation based on your install.

You may get a list of commands by running:

$ keep-a-changelog

From there, you can get help for individual commands using:

$ keep-a-changelog help <command>

For more information, please visit the documentation.

统计信息

  • 总下载量: 106.48k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 183
  • 点击次数: 1
  • 依赖项目数: 25
  • 推荐数: 1

GitHub 信息

  • Stars: 183
  • Watchers: 4
  • Forks: 23
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-2-Clause
  • 更新时间: 2018-03-27