Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 445 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 445 Bytes

Boilerplate libs

Boilerplate to create libs with typescript

First steps

  1. Configure typescript
    1. declare paths. (AWS example)
  2. Create packages
    1. Declare definitions of module at package
    2. Install peerDependencies
    3. test
    4. implementation
    5. doc
    6. configure build of bundler