All Projects β†’ brunch β†’ Brunch

brunch / Brunch

Licence: mit
🍴 Web applications made easy. Since 2011.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Brunch

Scipipe
Robust, flexible and resource-efficient pipelines using Go and the commandline
Stars: ✭ 826 (-87.85%)
Mutual labels:  pipeline, workflow
bistro
A library to build and execute typed scientific workflows
Stars: ✭ 43 (-99.37%)
Mutual labels:  workflow, pipeline
unix-programming-and-regular-expressions-workshop
A workshop on Unix Programming Principles using tools such as grep, sed, awk, shell programming and regular expressions
Stars: ✭ 25 (-99.63%)
Mutual labels:  pipeline, build-automation
Rnaseq Workflow
A repository for setting up a RNAseq workflow
Stars: ✭ 170 (-97.5%)
Mutual labels:  pipeline, workflow
Targets
Function-oriented Make-like declarative workflows for R
Stars: ✭ 293 (-95.69%)
Mutual labels:  pipeline, workflow
Grunt Drupal Tasks
Grunt-based build and testing tasks for Drupal
Stars: ✭ 125 (-98.16%)
Mutual labels:  build-automation, workflow
Galaxy
Data intensive science for everyone.
Stars: ✭ 812 (-88.06%)
Mutual labels:  pipeline, workflow
Vistrails
VisTrails is an open-source data analysis and visualization tool. It provides a comprehensive provenance infrastructure that maintains detailed history information about the steps followed and data derived in the course of an exploratory task: VisTrails maintains provenance of data products, of the computational processes that derive these products and their executions.
Stars: ✭ 94 (-98.62%)
Mutual labels:  pipeline, workflow
Cookiecutter
DEPRECIATED! Please use nf-core/tools instead
Stars: ✭ 18 (-99.74%)
Mutual labels:  pipeline, workflow
cli-property-manager
Use this Property Manager CLI to automate Akamai property changes and deployments across many environments.
Stars: ✭ 22 (-99.68%)
Mutual labels:  workflow, pipeline
Batchflow
BatchFlow helps you conveniently work with random or sequential batches of your data and define data processing and machine learning workflows even for datasets that do not fit into memory.
Stars: ✭ 156 (-97.71%)
Mutual labels:  pipeline, workflow
Pipeline
Pipeline is a package to build multi-staged concurrent workflows with a centralized logging output.
Stars: ✭ 433 (-93.63%)
Mutual labels:  pipeline, workflow
Sarek
Detect germline or somatic variants from normal or tumour/normal whole-genome or targeted sequencing
Stars: ✭ 124 (-98.18%)
Mutual labels:  pipeline, workflow
Baumeister
πŸ‘· The aim of this project is to help you to build your things. From Bootstrap themes over static websites to single page applications.
Stars: ✭ 171 (-97.49%)
Mutual labels:  build-automation, workflow
Ugene
UGENE is free open-source cross-platform bioinformatics software
Stars: ✭ 112 (-98.35%)
Mutual labels:  pipeline, workflow
unity-build-pipeline
Custom BASH script for build, archive, export and upload APK and IPA to server with Telegram notification
Stars: ✭ 59 (-99.13%)
Mutual labels:  pipeline, build-automation
Machine
Machine is a workflow/pipeline library for processing data
Stars: ✭ 78 (-98.85%)
Mutual labels:  pipeline, workflow
Drake
An R-focused pipeline toolkit for reproducibility and high-performance computing
Stars: ✭ 1,301 (-80.87%)
Mutual labels:  pipeline, workflow
DNAscan
DNAscan is a fast and efficient bioinformatics pipeline that allows for the analysis of DNA Next Generation sequencing data, requiring very little computational effort and memory usage.
Stars: ✭ 36 (-99.47%)
Mutual labels:  workflow, pipeline
Rnaseq
RNA sequencing analysis pipeline using STAR, RSEM, HISAT2 or Salmon with gene/isoform counts and extensive quality control.
Stars: ✭ 305 (-95.52%)
Mutual labels:  pipeline, workflow

Brunch Weekly downloads Yearly downloads

Web applications made easy. Since 2011.

Fast front-end web app build tool with simple declarative config and seamless incremental compilation for rapid development.

Usage

Install Brunch with a simple node.js package manager command:

npm install -g brunch
  1. Create a new Brunch project: brunch new [--skeleton url]
    • skeleton specifies a skeleton from which your application will be initialized. The default skeleton (dead-simple) doesn't have any opinions about frameworks or libraries.
    • brunch.io/skeletons contains over 50 boilerplate projects, which you can use to init your app from.
  2. Develop with Brunch: brunch watch --server
    • tells Brunch to watch your project and incrementally rebuild it when source files are changed. The optional server flag launches a simple web server with push state support.
  3. Deploy with Brunch: brunch build --production
    • builds a project for distribution. By default it enables minification.

Learn

Contributing

See the CONTRIBUTING.md document for more info on how to file issues or get your head into the Brunch's internals.

  • To install edge version (from GitHub master branch): npm install -g brunch/brunch
  • To enable debug mode, simply pass -d flag to any command like that: brunch build -d
  • To create your own plugin, check out our plugin boilerplate as a starting point.

License

MIT license (c) 2021 Paul Miller paulmillr.com, Elan Shanker, Nik Graf, Thomas Schranz, Allan Berger, Jan Monschke, Martin SchΓΌrrer

See LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].