Skip to content

Commit

Permalink
feat(cz): add up cz
Browse files Browse the repository at this point in the history
  • Loading branch information
vivaxy committed Nov 22, 2016
1 parent f493227 commit ecefae8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions commands/cz.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* @since 2016-11-22 20:51
* @author vivaxy
*/

export default async(...restArgs) => {

};
1 change: 1 addition & 0 deletions commands/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ usage: gacp
gacp
gacp <COMMIT MESSAGE>
gacp cz
gacp help
`)
};

0 comments on commit ecefae8

Please sign in to comment.