Skip to content

Commit

Permalink
reorg: Changed packagename to githelp (without dash)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMitterer committed Feb 20, 2015
1 parent abe0cc5 commit 57e2285
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 39 deletions.
32 changes: 0 additions & 32 deletions CHANGELOG.md

This file was deleted.

11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# git-help for CHANGELOG.md
# githelp for CHANGELOG.md

Helps with some "git" related things. Its main purpose is to write a <strong>CHANGELOG.md</strong> file.
You can also set the version of your pubspec.yaml according to the latest git tag.
Expand All @@ -10,13 +10,18 @@ You can also set the version of your pubspec.yaml according to the latest git ta

Install
```shell
pub global activate git-help
pub global activate githelp
```

Update
```shell
# activate git-help again
pub global activate git-help
pub global activate githelp
```

Uninstall
```shell
pub global deactivate githelp
```

###Usage + Workflow###
Expand Down
2 changes: 1 addition & 1 deletion bin/git-help.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:git-help/githelp.dart';
import 'package:githelp/githelp.dart';

void main(List<String> arguments) {
final Application application = new Application();
Expand Down
7 changes: 4 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: git-help
name: githelp
version: 1.1.3
description: Helps to write a CHANGELOG.md and with some other git related stuff
#author: <your name> <email@example.com>
#homepage: https://www.example.com
author: office@mikemitterer.at
homepage: https://github.com/MikeMitterer/dart-git-help

environment:
sdk: '>=1.0.0 <2.0.0'

Expand Down

0 comments on commit 57e2285

Please sign in to comment.