Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
It is a simple tool working in Node.js & browser to generate an auto-complete client library for Javascript or Typescript. It creates its own specification along with type-safe completion of request & responses. | It is an experimental JavaScript toolchain. It includes a compiler, linter, formatter, bundler, testing framework and more. It aims to be a comprehensive tool for anything related to the processing of JavaScript source code. |
autocompletion; type-safe completion of request & responses | Open Source;
Compiler; Linter; Formatter; Bundler; Testing framework |
Statistics | |
GitHub Stars 2.0K | GitHub Stars 23.6K |
GitHub Forks 108 | GitHub Forks 650 |
Stacks 4 | Stacks 26 |
Followers 28 | Followers 12 |
Votes 0 | Votes 0 |
Integrations | |

It is the only complete API development environment, used by nearly five million developers and more than 100,000 companies worldwide.

Build system automating tasks: minification and copying of all JavaScript files, static images. More capable of watching files to automatically rerun the task when a file changes.
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows to load parts for the application on demand. Through "loaders" modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

The less work you have to do when performing repetitive tasks like minification, compilation, unit testing, linting, etc, the easier your job becomes. After you've configured it, a task runner can do most of that mundane work for you—and your team—with basically zero effort.

Babel will turn your ES6+ code into ES5 friendly code, so you can start using it right now without waiting for browser support.

A JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects.

Paw is a full-featured and beautifully designed Mac app that makes interaction with REST services delightful. Either you are an API maker or consumer, Paw helps you build HTTP requests, inspect the server's response and even generate client code.

It is a secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.

Combines API test-automation, mocks and performance-testing into a single, unified framework. The BDD syntax popularized by Cucumber is language-neutral, and easy for even non-programmers. Besides powerful JSON & XML assertions, you can run tests in parallel for speed - which is critical for HTTP API testing.

Appwrite's open-source platform lets you add Auth, DBs, Functions and Storage to your product and build any application at any scale, own your data, and use your preferred coding languages and tools.