Skip to content

Instantly share code, notes, and snippets.

@bcoe
Created August 12, 2016 00:59
Show Gist options
  • Save bcoe/3349791bc03ae6df3df0d86ea8decc87 to your computer and use it in GitHub Desktop.
Save bcoe/3349791bc03ae6df3df0d86ea8decc87 to your computer and use it in GitHub Desktop.
ben-highlights.bash
Benjamins-MBP:highlights benjamincoe$ node --version
v6.3.1
Benjamins-MBP:highlights benjamincoe$ cat package.json | json dependencies
{
"first-mate": "^6.0.0",
"first-mate-select-grammar": "^1.0.1",
"fs-plus": "^2.2.6",
"once": "^1.3.2",
"season": "^5.1.2",
"underscore-plus": "^1.5.1",
"yargs": "^4.7.1"
}
Benjamins-MBP:highlights benjamincoe$ npm t
> highlights@1.4.0 pretest /Users/benjamincoe/bcoe/highlights
> git submodule update --init --recursive
> highlights@1.4.0 test /Users/benjamincoe/bcoe/highlights
> grunt test
Running "coffeelint:gruntfile" (coffeelint) task
>> 1 file lint free.
Running "coffeelint:src" (coffeelint) task
>> 2 files lint free.
Running "coffeelint:test" (coffeelint) task
>> 1 file lint free.
Running "coffee:glob_to_multiple" (coffee) task
>> 2 files created.
Running "coffeelint:gruntfile" (coffeelint) task
>> 1 file lint free.
Running "coffeelint:src" (coffeelint) task
>> 2 files lint free.
Running "coffeelint:test" (coffeelint) task
>> 1 file lint free.
Running "shell:test" (shell) task
..................
Finished in 1.038 seconds
18 tests, 26 assertions, 0 failures, 0 skipped
Done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment