All Projects → tilt-dev → Tilt

tilt-dev / Tilt

Licence: apache-2.0
Define your dev environment as code. For microservice apps on Kubernetes.

Programming Languages

go
31211 projects - #10 most used programming language
typescript
32286 projects
Starlark
911 projects
shell
77523 projects
SCSS
7915 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Tilt

go-dev
Golang Dev Env Dockerfile
Stars: ✭ 17 (-99.66%)
Mutual labels:  development-environment
slingring
Manage development containers like Dr Stephen Strange (MCU).
Stars: ✭ 19 (-99.62%)
Mutual labels:  development-environment
Hela
🍦 Powerful software development experience and management. Enhancing @tc39 JS, @denoland and @nodejs, because we need a bit of magic. ✨ You can think of it as Cargo for the JavaScript ecosystem.
Stars: ✭ 320 (-93.53%)
Mutual labels:  development-environment
MagicMirror-Module-Template
Template module for MagicMirror
Stars: ✭ 54 (-98.91%)
Mutual labels:  development-environment
ansible-my-fedora-workstation
Configure my Fedora Workstation
Stars: ✭ 31 (-99.37%)
Mutual labels:  development-environment
container
Custom containers for various usecases
Stars: ✭ 12 (-99.76%)
Mutual labels:  development-environment
docker-dev
A local Docker Environment for building PHP applications 🔨
Stars: ✭ 97 (-98.04%)
Mutual labels:  development-environment
Gulp Scss Starter
Frontend development with pleasure. SCSS version
Stars: ✭ 339 (-93.14%)
Mutual labels:  development-environment
python3-docker-devenv
Docker Start Guide with Python Development Environment
Stars: ✭ 13 (-99.74%)
Mutual labels:  development-environment
Takeoff
A rapid development environment using docker for convenience.
Stars: ✭ 271 (-94.52%)
Mutual labels:  development-environment
dev-env
Install and configure a development environment with Ansible (Ubunu 16.04 LTS)
Stars: ✭ 26 (-99.47%)
Mutual labels:  development-environment
jazz
The Scripting Engine that Combines Speed, Safety, and Simplicity
Stars: ✭ 132 (-97.33%)
Mutual labels:  development-environment
Mac Setup
🛠️ Front end web development setup for macOS.
Stars: ✭ 265 (-94.64%)
Mutual labels:  development-environment
kool
From local development to the cloud: development workflow made easy.
Stars: ✭ 588 (-88.1%)
Mutual labels:  development-environment
Table flipper
(╯°□°)╯︵ ┻━┻ A useless gem for table flipping on exceptions 😒
Stars: ✭ 328 (-93.36%)
Mutual labels:  development-environment
Basic-Ethereum-Dev-Env-Setup
OAKLAND BLOCKCHAIN DEVELOPERS: Installation instructions to get up and running as an Solidity developer on the Ethereum network.
Stars: ✭ 37 (-99.25%)
Mutual labels:  development-environment
HAL-9000
Automatically setup a productive development environment with Ansible on macOS
Stars: ✭ 72 (-98.54%)
Mutual labels:  development-environment
Developer Roadmap Guide 2018
Stars: ✭ 344 (-93.04%)
Mutual labels:  development-environment
Pug Starter
Simple pug (jade) starter [framework] enabling faster delivery of HTML & CSS projects to a private server and/or automatic deployment of GitHub pages.
Stars: ✭ 328 (-93.36%)
Mutual labels:  development-environment
Ember Twiddle
JSFiddle type thing for ember-cli style code
Stars: ✭ 269 (-94.56%)
Mutual labels:  development-environment

Tilt

Build Status GoDoc

Kubernetes for Prod, Tilt for Dev

Modern apps are made of too many services. They're everywhere and in constant communication.

Tilt powers microservice development and makes sure they behave! Run tilt up to work in a complete dev environment configured for your team.

Tilt automates all the steps from a code change to a new process: watching files, building container images, and bringing your environment up-to-date. Think docker build && kubectl apply or docker-compose up.

Watch: Tilt in Two Minutes

screencast

Install Tilt

Installing the tilt binary is a one-step command.

macOS/Linux

curl -fsSL https://raw.githubusercontent.com/tilt-dev/tilt/master/scripts/install.sh | bash

Windows

iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/tilt-dev/tilt/master/scripts/install.ps1'))

For specific package managers (Homebrew, Scoop, Conda, asdf), see the Installation Guide.

Run Tilt

New to Tilt? Our tutorial will get you started.

Configuring a Service? We have best practice guides for HTML, NodeJS, Python, Go, Java, and C#.

Optimizing a Tiltfile? Search for the function you need in our complete API reference.

Community & Contributions

Questions: Join the Kubernetes slack and find us in the #tilt channel. Or file an issue. For code snippets of Tiltfile functionality shared by the Tilt community, check out Tilt Extensions.

Contribute: Check out our guidelines to contribute to Tilt's source code. To extend the capabilities of Tilt via new Tiltfile functionality, read more about Extensions.

Follow along: @tilt_dev on Twitter. For updates and announcements, follow the blog or subscribe to the newsletter.

Help us make Tilt even better: Tilt sends anonymized usage data, so we can improve Tilt on every platform. Details in "What does Tilt send?". If you find a security issue in Tilt, see our security policy.

We expect everyone in our community (users, contributors, followers, and employees alike) to abide by our Code of Conduct.

License

Copyright 2018 Windmill Engineering

Licensed under the Apache License, Version 2.0

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