UNPKG
to-space-case
Version:
latest (1.0.0)
1.0.0
0.1.3
0.1.2
0.1.1
Convert a string to space case.
github.com/ianstormtaylor/to-space-case
ianstormtaylor/to-space-case
to-space-case
/
Makefile
12 lines
(8 loc)
•
149 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
# Install node modules.
node_modules: package.json
@npm install
# Run the tests.
test:
@./node_modules/.bin/mocha
# Phony targets.
.PHONY
: test