Development & DevOps Software for JavaScript
Babel
Babel is the next generation free and open-source JavaScript compiler and toolchain. The Babel toolchain is mainly used to convert ECMAScript 2015+ code into a backwards compatible version of JavaScript to be compatible with older browser versions. Babel can transform syntax, polyfill features that are missing for your targeted environments, perform source code transformations and more.
Turbolinks
Turbolinks is a JavaScript library that intercepts all clicks on <a href> links to the same domain. When you click an eligible link, Turbolinks prevents the browser from following it. Instead, Turbolinks changes the browser's URL using the History API, requests the new page using XMLHttpRequest, and then renders the HTML response. Allowing you to create dynamic page loading without utilizing SPA architecture.
DenoDB
A MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for the secure JavaScript and TypeScript runtime Deno. With DenoDB developers can query their database with a simple API that is easy to get started. DenoDB provides predefined types so that developers can get the most out of their IDE intellisense.
Bower
Bower provides hooks to facilitate using packages in your tools and development workflows. With Bower, you can optimize and build front-end code to follow the flat dependency graph and to help reduce page load. Bower is released free and open-source under the
Rollup
Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application. It uses the new standardized format for code modules included in the ES6 revision of JavaScript, instead of previous idiosyncratic solutions such as CommonJS and AMD.
Cucumber
Cucumber is a BDD testing and collaboration platform. Whether you are building open source or proprietary software, Cucumber's collaboration tools will boost your engineering team's performance by employing Behavior-Driven Development (BDD).
NPM
NPM is the most popular package registry for JavaScript and Node.js packages. It is relied upon by more than 11 million developers worldwide and has become the center of JavaScript code sharing. Currently NPM hosts over 1 million packages and is considered the largest software package registry in the world.
HTMX
HTMX is a HTML-first web framework that allows you to access AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML Markup, using attributes. With HTMX, developers can quickly build emmersive experiences and modern user interfaces without having to worry about REST APIs or complicated frontend JavaScript configurations. HTMX weighs in at just under 10k min.gz'd and is completley dependecy-free.
TypeORM
TypeORM is a free and open-source object-relational mapper for TypeScript and JavaScript (ES7, ES6, ES5). The ORM supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. NodeJS, Browser, Ionic, Cordova and Electron are all supported platforms of TypeORM.
Drash
A REST microframework for Deno's HTTP server with zero dependencies. Drash is designed to help you build your projects quickly with the ability to scale. With Drash you can build a Deno-based API, web app, SPA, or static HTML site.