UNPKG
@yolkai/nx-workspace
Version:
latest (8.10.0-alpha.0)
next (8.12.0-alpha.5)
8.12.0-alpha.5
8.12.0-alpha.4
8.12.0-alpha.3
8.12.0-alpha.2
8.12.0-alpha.1
8.12.0-alpha.0
8.11.0-alpha.5
8.11.0-alpha.4
8.11.0-alpha.3
8.11.0-alpha.2
8.11.0-alpha.1
8.11.0-alpha.0
8.10.0-alpha.11
8.10.0-alpha.10
8.10.0-alpha.9
8.10.0-alpha.7
8.10.0-alpha.6
8.10.0-alpha.5
8.10.0-alpha.4
8.10.0-alpha.3
8.10.0-alpha.2
8.10.0-alpha.1
8.10.0-alpha.0
Extensible Dev Tools for Monorepos
nx.dev
nrwl/nx
@yolkai/nx-workspace
/
src
/
schematics
/
tao-new
/
tao-new.js
8 lines
(7 loc)
•
246 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
shared_new_1 =
require
(
"../shared-new/shared-new"
);
function
default_1
(
options
) {
return
shared_new_1.
sharedNew
(
'nx'
, options); }
exports
.
default
= default_1;