Build, resolve #172

This commit is contained in:
Angelos Chalaris
2017-12-16 17:19:16 +02:00
parent 8455ff16f8
commit 3804a49830
5 changed files with 39 additions and 4 deletions

View File

@ -1,6 +1,7 @@
/*
This is the linter script that lints snippets.
Run using `npm run linter`.
You might have to run `npm i -g semistandard` for this script to run properly.
*/
// Load modules
const fs = require('fs-extra'), cp = require('child_process'), path = require('path'), chalk = require('chalk');