UNPKG
ascii-table
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Easy tables for your console data
github.com/sorensen/ascii-table
sorensen/ascii-table
ascii-table
/
Makefile
13 lines
(9 loc)
•
234 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
SHELL := /bin/bash test: @mocha -
R spec test.js hint
:
@jshint
ascii-table.js test.js package.json # UglifyJS v2
min
:
@echo
-n
';'
> ascii-table.min.js;
uglifyjs
ascii-table
.js
-o
ascii-table
.min
.js
-c
-m
;
.PHONY
:
test
hint
min