UNPKG
create-compas
Version:
latest (0.19.4)
0.19.4
0.19.3
0.19.2
0.19.1
0.19.0
0.18.1
0.18.0
0.17.0
0.16.5
0.16.4
0.16.3
0.16.2
0.16.1
0.16.0
0.15.8
0.15.7
0.15.6
0.15.5
0.15.4
0.15.3
0.15.2
0.15.1
0.15.0
0.14.1
0.14.0
0.13.1
0.13.0
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.2
0.11.1
0.11.0
0.10.6
0.10.5
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.0
0.8.1
0.8.0
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
0.0.249
0.0.248
0.0.247
0.0.246
0.0.245
0.0.244
0.0.243
0.0.242
0.0.241
0.0.240
0.0.239
0.0.238
0.0.237
0.0.236
0.0.235
0.0.234
0.0.233
0.0.232
0.0.231
0.0.230
0.0.229
0.0.228
0.0.227
0.0.226
0.0.225
0.0.224
0.0.223
0.0.222
0.0.221
0.0.220
0.0.219
0.0.218
0.0.217
0.0.216
0.0.215
0.0.214
0.0.213
0.0.212
Create compas based applications
compasjs.com
compasjs/compas
create-compas
/
src
/
create-compas.d.ts
10 lines
(9 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
#! /usr/bin/env node
/** * Check if the provided directory can be used. Ignoring some existing configuration * files. * *
@param
{
string
}
dir
*
@returns
{
boolean
} */
export
function
canDirectoryBeUsed
(
dir: string
): boolean;