Skip to content
This repository has been archived by the owner on Aug 22, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (17 loc) · 876 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 876 Bytes

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