UNPKG
listing-crawler-model
Version:
latest (0.0.2)
0.0.2
0.0.1
Listing crawler model for crawlers and tools
github.com/listing-crawler/model
listing-crawler/model
listing-crawler-model
/
makefile
11 lines
(7 loc)
•
201 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
RUN=docker run -i --memory-swappiness=0 -v `realpath .`:/app -w /app -t node:7
all: init
$(RUN)
node model.js
init:
$(RUN)
npm install
publish:
$(RUN)
/bin/bash -cx
"npm adduser && npm publish"