@gaonengwww/create-ts-lib

1.0.3 • Public • Published

create ts lib

Quick start

npm install @gaonengwww/create-ts-lib -g
create-ts-lib test

Direction struct

├── .editorconfig
├── .eslintrc.js
├── .gitignore
├── .husky
│   ├── _
│   │   ├── .gitignore
│   │   └── husky.sh
│   └── pre-commit
├── global.d.ts
├── package.json
├── rollup.config.ts
├── src // You can empty all files in this folder
│   ├── __tests__
│   │   └── sum.test.ts
│   ├── index.ts
│   └── sum.ts
├── tsconfig.json
└── vitest.config.ts

Readme

Keywords

Package Sidebar

Install

npm i @gaonengwww/create-ts-lib

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

7.85 kB

Total Files

14

Last publish

Collaborators

  • gaonengwww