Skip to content

Commit 04cb9e2

Browse files
committed
chore@publish
1 parent 9d198fa commit 04cb9e2

2 files changed

Lines changed: 4 additions & 84 deletions

File tree

README.md

Lines changed: 2 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 78 Useful Javascript libraries
1+
# 70 Useful Javascript libraries
22

33
## [Anime](https://github.com/juliangarnier/anime)
44

@@ -60,10 +60,6 @@
6060

6161
> Chance - Random generator helper for JavaScript
6262
63-
## [Zero](https://github.com/remoteinterview/zero)
64-
65-
> Zero is a web server to simplify web development.
66-
6763
## [Rough Viz](https://github.com/jwilber/roughViz)
6864

6965
> Reusable JavaScript library for creating sketchy/hand-drawn styled charts in the browser.
@@ -96,10 +92,6 @@
9692

9793
> JavaScript implementation of the Web Animations API
9894
99-
## [Sharedb](https://github.com/share/sharedb)
100-
101-
> Realtime database backend based on Operational Transformation (OT)
102-
10395
## [Node Clinic](https://github.com/nearform/node-clinic)
10496

10597
> Clinic.js diagnoses your Node.js performance issues
@@ -176,18 +168,10 @@
176168

177169
> Functional tools that couldn’t be simpler.
178170
179-
## [Eslint Plugin Node](https://github.com/mysticatea/eslint-plugin-node)
180-
181-
> Additional ESLint's rules for Node.js
182-
183171
## [Start Server And Test](https://github.com/bahmutov/start-server-and-test)
184172

185173
> Starts server, waits for URL, then runs test command; when the tests end, shuts down server
186174
187-
## [Packem](https://github.com/packem/packem)
188-
189-
> 📦⚡ A precompiled JavaScript module bundler
190-
191175
## [Puppetry](https://github.com/dsheiko/puppetry)
192176

193177
> Web testing solution for non-developers on top of Puppeteer and Jest
@@ -244,10 +228,6 @@
244228

245229
> Site audit for your site from terminal
246230
247-
## [Pogo](https://github.com/sholladay/pogo)
248-
249-
> Server framework for Deno
250-
251231
## [Tana](https://github.com/jMavarez/Tana)
252232

253233
> Bringing the Picture-in-Picture experience to the desktop.
@@ -268,10 +248,6 @@
268248

269249
> ✨ GitHub Action for detecting and fixing lint errors
270250
271-
## [String To Color](https://github.com/Gustu/string-to-color)
272-
273-
> Time invariant color from any object.
274-
275251
## [Throttles](https://github.com/lukeed/throttles)
276252

277253
> A tiny (139B to 204B) utility to regulate the execution rate of your functions
@@ -300,18 +276,10 @@
300276

301277
> Simple nodejs package to download torrents using torrent-indexer and webtorrent, especially movie and series.
302278
303-
## [Napd](https://github.com/RafaelGSS/napd)
304-
305-
> Node API Project Design - CLI for generate structure base of api.
306-
307279
## [Ukkonen](https://github.com/sunesimonsen/ukkonen)
308280

309281
> Ukkonen's Approximate String Matching algorithm
310282
311-
## [Eslint Plugin Mongodb](https://github.com/SebastienElet/eslint-plugin-mongodb)
312-
313-
> 🔎 MongoDB best practices rules for ESLint
314-
315283
---
316284

317285
# 30 Useful Awesome lists
@@ -500,7 +468,7 @@
500468
> NgRx Workshop Example Application based on Shopping Cart from Angular.io docs
501469
---
502470

503-
# 73 Useful Typescript libraries
471+
# 71 Useful Typescript libraries
504472

505473
## [Slate](https://github.com/ianstormtaylor/slate)
506474

@@ -522,10 +490,6 @@
522490

523491
> 🎉 create a single executable out of your node.js apps
524492
525-
## [Swr](https://github.com/zeit/swr)
526-
527-
> React Hooks library for remote data fetching
528-
529493
## [Peerjs](https://github.com/peers/peerjs)
530494

531495
> Peer-to-peer data in the browser.
@@ -690,10 +654,6 @@
690654

691655
> A CLI tool to check type coverage for typescript code
692656
693-
## [Tslint Consistent Codestyle](https://github.com/ajafff/tslint-consistent-codestyle)
694-
695-
> Collection of awesome rules to extend TSLint
696-
697657
## [Ts Json Validator](https://github.com/ostrowr/ts-json-validator)
698658

699659
> Let JSON play nicely with Typescript

docs/README.md

Lines changed: 2 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 78 Useful Javascript libraries
1+
# 70 Useful Javascript libraries
22

33
## [Anime](https://github.com/juliangarnier/anime)
44

@@ -60,10 +60,6 @@
6060

6161
> Chance - Random generator helper for JavaScript
6262
63-
## [Zero](https://github.com/remoteinterview/zero)
64-
65-
> Zero is a web server to simplify web development.
66-
6763
## [Rough Viz](https://github.com/jwilber/roughViz)
6864

6965
> Reusable JavaScript library for creating sketchy/hand-drawn styled charts in the browser.
@@ -96,10 +92,6 @@
9692

9793
> JavaScript implementation of the Web Animations API
9894
99-
## [Sharedb](https://github.com/share/sharedb)
100-
101-
> Realtime database backend based on Operational Transformation (OT)
102-
10395
## [Node Clinic](https://github.com/nearform/node-clinic)
10496

10597
> Clinic.js diagnoses your Node.js performance issues
@@ -176,18 +168,10 @@
176168

177169
> Functional tools that couldn’t be simpler.
178170
179-
## [Eslint Plugin Node](https://github.com/mysticatea/eslint-plugin-node)
180-
181-
> Additional ESLint's rules for Node.js
182-
183171
## [Start Server And Test](https://github.com/bahmutov/start-server-and-test)
184172

185173
> Starts server, waits for URL, then runs test command; when the tests end, shuts down server
186174
187-
## [Packem](https://github.com/packem/packem)
188-
189-
> 📦⚡ A precompiled JavaScript module bundler
190-
191175
## [Puppetry](https://github.com/dsheiko/puppetry)
192176

193177
> Web testing solution for non-developers on top of Puppeteer and Jest
@@ -244,10 +228,6 @@
244228

245229
> Site audit for your site from terminal
246230
247-
## [Pogo](https://github.com/sholladay/pogo)
248-
249-
> Server framework for Deno
250-
251231
## [Tana](https://github.com/jMavarez/Tana)
252232

253233
> Bringing the Picture-in-Picture experience to the desktop.
@@ -268,10 +248,6 @@
268248

269249
> ✨ GitHub Action for detecting and fixing lint errors
270250
271-
## [String To Color](https://github.com/Gustu/string-to-color)
272-
273-
> Time invariant color from any object.
274-
275251
## [Throttles](https://github.com/lukeed/throttles)
276252

277253
> A tiny (139B to 204B) utility to regulate the execution rate of your functions
@@ -300,18 +276,10 @@
300276

301277
> Simple nodejs package to download torrents using torrent-indexer and webtorrent, especially movie and series.
302278
303-
## [Napd](https://github.com/RafaelGSS/napd)
304-
305-
> Node API Project Design - CLI for generate structure base of api.
306-
307279
## [Ukkonen](https://github.com/sunesimonsen/ukkonen)
308280

309281
> Ukkonen's Approximate String Matching algorithm
310282
311-
## [Eslint Plugin Mongodb](https://github.com/SebastienElet/eslint-plugin-mongodb)
312-
313-
> 🔎 MongoDB best practices rules for ESLint
314-
315283
---
316284

317285
# 30 Useful Awesome lists
@@ -500,7 +468,7 @@
500468
> NgRx Workshop Example Application based on Shopping Cart from Angular.io docs
501469
---
502470

503-
# 73 Useful Typescript libraries
471+
# 71 Useful Typescript libraries
504472

505473
## [Slate](https://github.com/ianstormtaylor/slate)
506474

@@ -522,10 +490,6 @@
522490

523491
> 🎉 create a single executable out of your node.js apps
524492
525-
## [Swr](https://github.com/zeit/swr)
526-
527-
> React Hooks library for remote data fetching
528-
529493
## [Peerjs](https://github.com/peers/peerjs)
530494

531495
> Peer-to-peer data in the browser.
@@ -690,10 +654,6 @@
690654

691655
> A CLI tool to check type coverage for typescript code
692656
693-
## [Tslint Consistent Codestyle](https://github.com/ajafff/tslint-consistent-codestyle)
694-
695-
> Collection of awesome rules to extend TSLint
696-
697657
## [Ts Json Validator](https://github.com/ostrowr/ts-json-validator)
698658

699659
> Let JSON play nicely with Typescript

0 commit comments

Comments
 (0)