3rd Party Modules
Some awesome modules I use in my projects.
1. Development
- JavaScript Compiler Babel
- Linting eslint
- Type Annotations using Flow
- Hot Reloading with nodemon
- Test Framework mocha with Chai assertions
- Code coverage started through nyc CLI calling istanbul
2. Reporting
3. File Formats
4. Networking
- HTTP request client