0.0.9 • Published 7 years ago
vue-slint v0.0.9
vue-slint
A tool to lint a VueCLI project and send the results to slack tagging the last committer.

Requirements:
- vuecli (with eslint / tslint set up)
- npx
- git
Dependencies:
npm install npx -gInstall
npm install vue-slint -gUsage
You will need a slack api token e.g.
xoxb-111111111111-222222222222-abcDef5H1jkLmno9qRSTuvWXCreate a lookup file that converts the git username to the slack id
{
"val": "@val",
"john smith": "@john"
}Execute
vue-slint --token xoxb-111111111111-222222222222-abcDef5H1jkLmno9qRSTuvWX --channel my-slack-channel -folder ~/Source/MyVueCliProject -u ~/Source/MyVueCliProject/slackUsers.json