UNPKG
@kcinternals/nx-plugin
Version:
latest (0.2.0)
0.2.0
0.1.1
0.0.1
nx plugins for kcws internal usage
kcws.kamontat.net
kc-workspace/kcws
@kcinternals/nx-plugin
/
src
/
generators
/
node-lib
/
schema.d.ts
5 lines
(4 loc)
•
83 B
TypeScript
View Raw
1
2
3
4
5
export
interface
NodeLibGeneratorSchema
{
name
:
string
;
description
:
string
; }