Are you referring to continuous integration? Cont delivery? Just stacks? If you're referring to some platforms..
CircleCI http://circleci.com as a continuous integration and deployment platform - they automate the build, test, and deploy process.
LaunchDarkly http://launchdarkly.com if you're looking to feature flag your builds and automate rollouts.
Gradle http://gradle.org is an open source build automation system that builds upon the concepts of Apache Ant and Apache Maven and introduces a Groovy-based domain-specific language (DSL) instead of the XML form used by Apache Maven of declaring the project configuration.
You can use Polyglot-Maven [1] with Maven if you want to use a programming language syntax atop the XML. Polyglot-Maven enables not only Groovy, but also Ruby, Clojure, or Scala to be used with Maven.
This Sunday, "Transparent" <a href="http://goldenglobeslivestream.com">Golden Globes Live Stream</a>
will be nominated again, Golden Globes Live Stream along withcan face off against fellow
Easiest comedy contender, Netflix's "Orange will be the New Black," which stars transgender
actress Laverne Cox.
This Sunday, "Transparent" http://goldenglobeslivestream.com
will be nominated again, Golden Globes Live Stream along withcan face off against fellow
Easiest comedy contender, Netflix's "Orange will be the New Black," which stars transgender
actress Laverne Cox.
I've been using Deploybot for my hobby project and it's been sufficient. Sufficient enough that I'm upgrading to the Basic plan as my needs expand to more repositories. I do think it's lacking a per-repo payment option, though - it would be great to be able to scale your payment with your actual usage with a sort of AWS-style scaling service vs buying repository allocation in bulk.
10 comments
[ 2.2 ms ] story [ 38.1 ms ] threadCircleCI http://circleci.com as a continuous integration and deployment platform - they automate the build, test, and deploy process.
LaunchDarkly http://launchdarkly.com if you're looking to feature flag your builds and automate rollouts.
Gradle http://gradle.org is an open source build automation system that builds upon the concepts of Apache Ant and Apache Maven and introduces a Groovy-based domain-specific language (DSL) instead of the XML form used by Apache Maven of declaring the project configuration.
[1] https://github.com/takari/polyglot-maven
As a library author, supporting every 'flavor of the month' build tool is a waste of time/effort that takes away from improving the core.
JSPM. Like NPM but for client-side dependencies. It has built-in transpiling, es6-module support, and can build+minify bundles and sfx bundles.
As a library author, supporting every 'flavor of the month' build tool is a waste of time/effort that takes away from improving the core.
JSPM. Like NPM but for client-side dependencies. It has built-in transpiling, es6-module support, and can build+minify bundles and sfx bundles.