Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 931 Bytes

todo.md

File metadata and controls

32 lines (28 loc) · 931 Bytes

TODO

For project

  • Setup tags and github actions
  • Implement git conventional commits
  • Check and setup correct peerDependencies, devDependencies and dependencies
  • Remove build files from repository
  • Add changelog.md
  • check .editorconfig
  • check .gitignore
  • check .eslintignore
  • check .eslintrc.json
  • check tsconfig.json
  • check rollup.config.js
  • check package.json
  • check .npmignore
  • check jest-setup.ts
  • check jest.config.json
  • Add codesandbox for ES6 example
  • Add codesandbox for TS example

For controller

  • Add checking all arguments on the initialization
  • Add debug mode
  • Add Examples
  • Add tests
  • Update documentation
  • Extract to meta initial and connected
  • Controller name should generate not only unique but new one each time
  • Improve typing suggestions for ES6