Add 'How to Write an Open Source JavaScript Library' to 'Worth Reading' section (#290)

[How to Write an Open Source JavaScript Library](https://github.com/sarbbottam/write-an-open-source-js-lib) - A comprehensive guide through a set of steps to publish a JavaScript open source library.
This commit is contained in:
Vlad Holubiev 2016-07-29 13:31:19 +03:00 committed by Huei Tan
parent 8c5fb49c05
commit e2a59354f1

View File

@ -848,6 +848,7 @@ http://www.listjs.com
* [JSbooks](https://github.com/revolunet/JSbooks)
* [Superhero.js](http://superherojs.com) - A collection of resources about creating, testing and maintaining a large JavaScript code base.
* [SJSJ](https://github.com/HugoGiraudel/SJSJ) - Simplified JavaScript Jargon is a community-driven attempt at explaining the loads of buzzwords making the current JavaScript ecosystem in a few simple words.
* [How to Write an Open Source JavaScript Library](https://github.com/sarbbottam/write-an-open-source-js-lib) - A comprehensive guide through a set of steps to publish a JavaScript open source library.
# Other Awesome Lists