Cubetiq React Hook useCountDown with trigger
Go to file
S.long fc3d09a2b4 modify ignre 2020-08-28 16:05:36 +07:00
dist modify ignre 2020-08-28 16:05:36 +07:00
example update example 2020-08-28 15:40:28 +07:00
src add sample 2 2020-08-28 15:36:20 +07:00
test add sample 2 2020-08-28 15:36:20 +07:00
.eslintignore init project 2020-08-28 14:32:14 +07:00
.eslintrc.js init project 2020-08-28 14:32:14 +07:00
.gitignore modify ignre 2020-08-28 16:05:36 +07:00
.npmignore add readme 2020-08-28 15:58:25 +07:00
.prettierignore init project 2020-08-28 14:32:14 +07:00
.prettierrc init project 2020-08-28 14:32:14 +07:00
babel.config.js init project 2020-08-28 14:32:14 +07:00
jest.config.js init project 2020-08-28 14:32:14 +07:00
package.json modify ignre 2020-08-28 16:05:36 +07:00
README.md add readme 2020-08-28 15:58:25 +07:00
tsconfig.json init project 2020-08-28 14:32:14 +07:00
yarn-error.log update example 2020-08-28 15:40:28 +07:00

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