6.3.2 • Published 5 years ago

secondwheel v6.3.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

secondwheel

unopinionated library of functions for those tired of reinventing the wheel

Build Status Coverage Status

Philosophy:

  1. use Yarn for everything
  2. tiny, reusable, pure & side effect free functions (when possible), following a single responsibility principle
  3. no transpilation
  4. full test and type coverage
  5. tests cover contracts, not internal implementation
  6. simple, complete, automatically generated API documentation
  7. fast and minimal
  8. flexible
  9. having as few dependencies as possible
  10. no reliance on any framework
  11. fully automated release process