Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
A simpler way to manage servers online. Commando.io empowers users to be more efficient, improve their workflow, and eliminate anxiety over server provisioning, maintenance, and deployment. | Brunch is an assembler for HTML5 applications. It's agnostic to frameworks, libraries, programming, stylesheet & templating languages and backend technology. |
Add and tag servers. Servers can be physical hardware, or virtualized/cloud instances.;Organize servers. You may choose to create groups based on server role or location.;Create recipes. Recipes are containers of commands that are fully versioned. Recipes can be written in shell, bash, perl, python, ruby, go, or node.js.;Run recipes on groups of servers and visualize results. Know who executed what, when, where, and why.;Upload files. Files is a centralized place to store text or binary files and then automatically SCP transfer them to groups of servers via recipes. | compiles your scripts, templates, styleslints them;wraps the scripts and templates in common.js / AMD modules.concatenates scripts and styles;generates source maps for concatenated filescopies assets and static files;shrinks the output by minifying code and optimizing imageswatches your files for changes;notifies you about errors via console and system notifications |
Statistics | |
GitHub Stars - | GitHub Stars 6.8K |
GitHub Forks - | GitHub Forks 431 |
Stacks 7 | Stacks 106 |
Followers 15 | Followers 127 |
Votes 0 | Votes 40 |
Pros & Cons | |
No community feedback yet | Pros
|
Integrations | |
| No integrations available | |

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.

Scalr is a remote state & operations backend for Terraform with access controls, policy as code, and many quality of life features.

Parcel is a web application bundler, differentiated by its developer experience. It offers blazing fast performance utilizing multicore processing, and requires zero configuration.

Morpheus is a cloud application management and orchestration platform that works on any cloud or infrastructure, from AWS to bare metal. Enjoy complete cloud freedom with Morpheus.

It 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.

Backpack is minimalistic build system for Node.js. Inspired by Facebook's create-react-app, Zeit's Next.js, and Remy's Nodemon, Backpack lets you create modern Node.js apps and services with zero configuration. Backpack handles all the file-watching, live-reloading, transpiling, and bundling, so you don't have to.

It is an opinionated web dev build tool that serves your code via native ES Module imports during dev and bundles it with Rollup for production.

Gulp and Grunt and other heavyweight build tools are great for complicated build workflows. Sometimes you want something simpler that doesn't take lots of configuration to get up and running. That's Pingy CLI.