UNPKG
@felipecastillo/create-template
Version:
latest (1.2.0)
1.2.0
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
A CLI to bootstrap new projects
@felipecastillo/create-template
/
templates
/
static-boilerplate
/
.gitignore
21 lines
(17 loc)
•
208 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
.DS_Store node_modules #
local
env files .env.
local
.env.*.
local
# Log files npm-
debug
.
log
* yarn-
debug
.
log
* yarn-
error
.
log
* # Editor directories
and
files .idea .vscode *.suo *.ntvs* *.njsproj *.sln *.sw?