From e2a59354f168fc524ade96cbfc43c43ab53abbaf Mon Sep 17 00:00:00 2001 From: Vlad Holubiev Date: Fri, 29 Jul 2016 13:31:19 +0300 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e74a77..e099f5a 100644 --- a/README.md +++ b/README.md @@ -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