UNPKG
@bnorth/cli
Version:
latest (4.1.1)
4.1.1
4.0.1
4.0.0
3.1.5
3.1.4
3.1.2
3.1.1
3.1.0
3.0.8
3.0.7
3.0.6
bnorth cli
github.com/able99
able99/bnorth
@bnorth/cli
/
templates
/
project_base
/
.gitignore
27 lines
(20 loc)
•
247 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#project
/.vscode
# dependencies
/node_modules
# mid
/www /dist
# production
/build
# bnorth cordova
/cordova/node_modules /cordova/platforms /cordova/plugins /cordova/www
# misc
.DS_Store .
env
npm-debug.log* yarn-debug.log* yarn-error.log*