Creating an Open Source JavaScript Library on Github

Creating an Open Source JavaScript Library on Github

Topics:
5 hours, 29 minutes CC

"Participating in open source has been one of the most rewarding experiences of my career." ~Kent C. Dodds. Setup new projects on GitHub, configure npm to publish the project to the npm registry, transpile the source with babel, add unit tests / code coverage and continuous integration (with Travis CI). Run tests automatically and report coverage stats to codecov.io. Automate releases with semantic-release and distribute a browser build with webpack, plus manage the community all in this course on publishing an open source library!

This course and others like it are available as part of our Frontend Masters video subscription.

Published: December 7, 2016
Get Unlimited Access Now
Table of Contents

Creating an Open Source Library

Linting & Testing

Git Hooks, Babel, & Webpack

Continuous Integration & Automating Releases