diff --git a/README.md b/README.md index d8a3e57..5c7c944 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [Awesome JavaScript](#awesome-javascript) * [Package Managers](#package-managers) + * [Component managment](#component-managment) * [Loaders](#loaders) * [Bundlers](#bundlers) * [Type Checkers](#type-checkers) @@ -88,8 +89,13 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [volo](https://github.com/volojs/volo) - Create front end projects from templates, add dependencies, and automate the resulting projects. * [Duo](https://github.com/duojs/duo) - Next-generation package manager that blends the best ideas from Component, Browserify and Go to make organizing and writing front-end code quick and painless. * [yarn](https://yarnpkg.com/) - Fast, reliable, and secure dependency management. +* [pnpm](https://pnpm.js.org/) - Fast, disk space efficient package manager. +## Component Managment + +* [Bit](https://github.com/teambit/bit) - Create, find and reuse components (React, Angular, Node etc.) across applications. + ## Loaders *Module or loading system for JavaScript.* @@ -169,6 +175,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [yolpo](http://www.yolpo.com) - A statement-by-statement JavaScript interpreter in the browser. * [puppeteer](https://github.com/GoogleChrome/puppeteer) - Headless Chrome Node.js API by official Google Chrome team. * [webdriverio](https://github.com/webdriverio/webdriverio) - Next-gen WebDriver test automation framework for Node.js. +* [taiko](https://github.com/getgauge/taiko) - A Node.js library with a simple API to automate Chromium based browsers. ## QA Tools @@ -713,7 +720,7 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection ### Select -* [selectize.js](https://github.com/brianreavis/selectize.js) - Selectize is the hybrid of a textbox and select box. It's jQuery based and it has autocomplete and native-feeling keyboard navigation; useful for tagging, contact lists, etc. +* [selectize.js](https://github.com/selectize/selectize.js) - Selectize is the hybrid of a textbox and `