From 92fa5bd9a54f89adc746c3c8f354bfdaf1bebd97 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 24 Jul 2022 19:09:52 +0200 Subject: [PATCH] Meta tweaks --- readme.md | 87 +++++++------------------------------------------------ 1 file changed, 10 insertions(+), 77 deletions(-) diff --git a/readme.md b/readme.md index 35e817e..3e36b9b 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,16 @@

-

Check out my latest app

+
+
+ Check out my latest app +
+

+ Any Text +
+ Put any text on your iPhone's Lock Screen +

+



@@ -29,18 +38,6 @@

- -
- Doppler -
- All your environment variables, in one place -
- Stop struggling with scattered API keys, hacking together home-brewed tools, -
- and avoiding access controls. Keep your team and servers in sync with Doppler. -
-
-
WorkOS @@ -63,33 +60,6 @@

- -
- OSS Capital -
-
- Founded in 2018, OSS Capital is the first and only venture capital platform focused
exclusively on supporting early-stage COSS (commercial open source) startup founders.
-
-
-
-
- -
- Gitpod -
- Dev environments built for the cloud -
- - Natively integrated with GitLab, GitHub, and Bitbucket, Gitpod automatically and continuously prebuilds dev -
- environments for all your branches. As a result team members can instantly start coding with fresh dev environments -
- for each new task - no matter if you are building a new feature, want to fix a bug, or work on a code review. -
-
-
-
-

@@ -112,41 +82,6 @@


-
-
- neverinstall -
-
- All your favourite IDE's now available on the cloud -
- - Neverinstall gives you an uninterrupted development experience and improved accessibility, -
- allowing you to code faster, better and on-the-go on your favourite IDEs like -
- Android Studio, VS Code, Jupyter and PyCharm using your browser. -
-
-
- -
- neverinstall -
-
- All your favourite IDE's now available on the cloud -
- - Neverinstall gives you an uninterrupted development experience and improved accessibility, -
- allowing you to code faster, better and on-the-go on your favourite IDEs like -
- Android Studio, VS Code, Jupyter and PyCharm using your browser. -
-
-
-
-
-
Anvil @@ -550,7 +485,6 @@ - [first-chunk-stream](https://github.com/sindresorhus/first-chunk-stream) - Transform the first chunk in a stream. - [pad-stream](https://github.com/sindresorhus/pad-stream) - Pad each line in a stream. - [multistream](https://github.com/feross/multistream) - Combine multiple streams into a single stream. -- [stream-combiner2](https://github.com/substack/stream-combiner2) - Turn a pipeline into a single stream. - [readable-stream](https://github.com/nodejs/readable-stream) - Mirror of Streams2 and Streams3 implementations in core. - [through2-concurrent](https://github.com/almost/through2-concurrent) - Transform object streams concurrently. @@ -931,7 +865,6 @@ - [Node.js Best Practices](https://github.com/goldbergyoni/nodebestpractices) - Summary and curation of the top-ranked content on Node.js best practices, available in multiple languages. - [Nodeschool](https://github.com/nodeschool) - Learn Node.js with interactive lessons. - [The Art of Node](https://github.com/maxogden/art-of-node/#the-art-of-node) - An introduction to Node.js. -- [stream-handbook](https://github.com/substack/stream-handbook) - How to write Node.js programs with streams. - [module-best-practices](https://github.com/mattdesl/module-best-practices) - Some good practices when writing new npm modules. - [The Node Way](https://thenodeway.io) - An entire philosophy of Node.js best practices and guiding principles exists for writing maintainable modules, scalable applications, and code that is actually pleasant to read. - [You Don't Know Node.js](https://github.com/azat-co/you-dont-know-node) - Introduction to Node.js core features and asynchronous JavaScript.