1. Урок 1. 00:01:36
    Introduction to How to Write an Open Source JavaScript Library
  2. Урок 2. 00:01:32
    Setting up GitHub
  3. Урок 3. 00:05:01
    Configuring npm and creating a package.json
  4. Урок 4. 00:04:47
    Creating the library and adding dependencies
  5. Урок 5. 00:02:35
    Pushing to GitHub
  6. Урок 6. 00:02:37
    Publishing to npm
  7. Урок 7. 00:02:28
    Releasing a version to GitHub
  8. Урок 8. 00:03:25
    Releasing a new version to npm
  9. Урок 9. 00:03:37
    Publishing a beta version
  10. Урок 10. 00:02:45
    Setting up Unit Testing with Mocha and Chai
  11. Урок 11. 00:03:02
    Unit Testing with Mocha and Chai
  12. Урок 12. 00:05:50
    Automating Releases with semantic-release
  13. Урок 13. 00:04:48
    Writing conventional commits with commitizen
  14. Урок 14. 00:03:50
    Committing a new feature with commitizen
  15. Урок 15. 00:03:53
    Automatically Releasing with TravisCI
  16. Урок 16. 00:03:03
    Automatically running tests before commits with ghooks
  17. Урок 17. 00:02:58
    Adding code coverage recording with Istanbul
  18. Урок 18. 00:03:25
    Adding code coverage checking
  19. Урок 19. 00:04:00
    Add code coverage reporting
  20. Урок 20. 00:02:29
    Adding badges to your README
  21. Урок 21. 00:08:36
    Adding ES6 Support
  22. Урок 22. 00:05:03
    Adding ES6 Support to Tests using Mocha and Babel
  23. Урок 23. 00:03:39
    Limit Built Branches on Travis
  24. Урок 24. 00:06:17
    Add a browser build to an npm module