UNPKG
to-snake-case
Version:
latest (1.0.0)
1.0.0
0.1.2
Convert a string to snake case.
github.com/ianstormtaylor/to-snake-case
ianstormtaylor/to-snake-case
to-snake-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