UNPKG
create-benm-app
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.2
0.0.1
Boilerplate for REST API with Node.js, ExpressJS, and MongoDB
umagol.github.io/BENM
umagol/BENM
create-benm-app
/
.travis.yml
16 lines
•
179 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language:
node_js
node_js:
-
'16'
-
'14'
-
'12'
branches:
only: - master
cache:
npm:
true
services:
- mongodb
before_script:
- cp .env.example .env
os:
- linux