UNPKG
@rake7h/ts-pkg
Version:
latest (0.1.0)
0.1.0
new package starter for typescript
github.com/rake7h/ts-pkg
rake7h/ts-pkg
@rake7h/ts-pkg
/
README.md
13 lines
(8 loc)
•
188 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
#
create
-ts lerna
create
alternative
for
typescript
and
ES
package
## Node API ```js import tsPkg from
'ts-pkg'
; //
create
ts a
package
tsPkg(pathToProjectDirectory, packageName); ```