UNPKG
emoji-clipboard
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Pulls an emojicon from emojicons.com and copies it to your clipboard.
emoji-clipboard
/
Makefile
9 lines
(6 loc)
•
105 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
BIN = node_modules/.bin
test
: $(BIN)/mocha
test
/test.js -r should cli: node
test
/cli.js .PHONY:
test