19 lines
336 B
Markdown
19 lines
336 B
Markdown
# JS LIBRARY BOILERPLATE
|
|
|
|
===
|
|
JS Library boilerplate is include with
|
|
- Typescript
|
|
- Jest Test
|
|
- Pre commit Prettier
|
|
- Eslint
|
|
|
|
### Start Up
|
|
|
|
---
|
|
|
|
- Re init git
|
|
- Delete src/sample1.ts , src/sample2.ts
|
|
- Delete test/sample1.test.ts, test/sample2.test.ts
|
|
- Reconfig package.json , name , description, git url ...
|
|
- Re construct example
|