Skip to content

Commit

Permalink
docs: Initial readme document
Browse files Browse the repository at this point in the history
1, Readme document initial
2, add .vcmrc file
  • Loading branch information
cpselvis committed Apr 10, 2017
1 parent 626def2 commit 8573659
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .vcmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"helpMessage": "\nPlease fix your commit message (and consider using https://www.npmjs.com/package/commitizen)\n",
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"perf",
"test",
"chore",
"revert"
],
"warnOnFail": false,
"autoFix": false
}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
feflow
=========================================================
A command line tool aims to improve front-end engineer workflow.

0 comments on commit 8573659

Please sign in to comment.