https://github.com/tdgroot/devtools
https://github.com/tdgroot/devtools
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tdgroot/devtools
- Owner: tdgroot
- License: gpl-3.0
- Created: 2016-09-05T19:13:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T19:23:09.000Z (over 9 years ago)
- Last Synced: 2025-02-14T20:32:03.858Z (11 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# devtools
Me trying to find ways to make my life better
### Installation
Run `git clone git@github.com:Desmaster/devtools.git` and add that directory to your `$PATH` variable
### Commands
##### semvup
Ups your current version in the files that you have specified.
Make sure you have a `.semver` file in your project directory that looks like this:
```
[default]
version = 1.0.0
files = file.json, file.xml
```
Then run `semvup (patch|minor|major)`.
This command is work in progress, it supports the following files:
- `composer.json`