All Projects → cdr → Sail

cdr / Sail

Licence: mit
Deprecated: Instant, pre-configured VS Code development environments.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Sail

Shades Of Purple Vscode
🦄 Shades of Purple — A professional theme with hand-picked & bold shades of purple to go along with your VSCode. Reviewed by several designers and 75+ theme versions released to keep it updated. One of the top rated best VSCode themes on VS Code Marketplace. Download →
Stars: ✭ 486 (-26.25%)
Mutual labels:  vscode
Vetur
Vue tooling for VS Code.
Stars: ✭ 5,421 (+722.61%)
Mutual labels:  vscode
Vscode Todo Plus
Manage todo lists with ease. Powerful, easy to use and customizable.
Stars: ✭ 622 (-5.61%)
Mutual labels:  vscode
Horizon Theme Vscode
🎨 A beautifully warm dual theme for Visual Studio Code
Stars: ✭ 506 (-23.22%)
Mutual labels:  vscode
Dotfiles
💾 Ian's dotfiles, utils, and Zsh/Vim/tmux configs
Stars: ✭ 554 (-15.93%)
Mutual labels:  vscode
Vscodenotebook
📝 Use VS Code as a reliable note-taking/journal application
Stars: ✭ 584 (-11.38%)
Mutual labels:  vscode
Vue Monaco
MonacoEditor component for Vue.js
Stars: ✭ 471 (-28.53%)
Mutual labels:  vscode
Vscode Plugin Demo
VSCode插件开发全攻略配套demo
Stars: ✭ 647 (-1.82%)
Mutual labels:  vscode
Vscode Php Debug
PHP Debug Adapter for Visual Studio Code 🐞⛔
Stars: ✭ 569 (-13.66%)
Mutual labels:  vscode
Emoji Log
Emoji-Log — An Emoji Git commit log messages spec standard. [ 📦👌🐛📖🚀🤖 ‼️]
Stars: ✭ 610 (-7.44%)
Mutual labels:  vscode
Import Js
A tool to simplify importing JS modules
Stars: ✭ 511 (-22.46%)
Mutual labels:  vscode
Evermonkey
Evernote Editing. Redefined. 关于 token 的问题请去 https://github.com/michalyao/evermonkey/issues/94 中查看!
Stars: ✭ 542 (-17.75%)
Mutual labels:  vscode
Discord Vscode
🖋️ Update your discord status with a rich presence
Stars: ✭ 587 (-10.93%)
Mutual labels:  vscode
Vscode Live Sass Compiler
Compile Sass or Scss file to CSS at realtime with live browser reload feature.
Stars: ✭ 488 (-25.95%)
Mutual labels:  vscode
Cobalt2 Vscode
Cobalt2 Theme for VS Code
Stars: ✭ 632 (-4.1%)
Mutual labels:  vscode
Vscode Rainbow Fart
一个在你编程时疯狂称赞你的 VSCode 扩展插件 | An VSCode extension that keeps giving you compliment while you are coding, it will checks the keywords of code to play suitable sounds.
Stars: ✭ 4,589 (+596.36%)
Mutual labels:  vscode
Vscode Markdown Pdf
Markdown converter for Visual Studio Code
Stars: ✭ 571 (-13.35%)
Mutual labels:  vscode
Kotlin Language Server
Intelligent Kotlin support for any editor/IDE using the Language Server Protocol
Stars: ✭ 650 (-1.37%)
Mutual labels:  vscode
Dotfiles
Zsh, Karabiner, VS Code, Sublime, Neovim, Nix
Stars: ✭ 634 (-3.79%)
Mutual labels:  vscode
Anes Repository
vscode插件小霸王remote仓库
Stars: ✭ 598 (-9.26%)
Mutual labels:  vscode

sail

Deprecated: The workflow of developing from project-defined environments has been adopted for organizations in Coder Enterprise.


"Open Issues" MIT license AUR version Discord

sail is a universal workflow for reproducible, project-defined development environments.

Basically, it lets you open a repo in a VS Code window with a Docker-based backend.

With the browser extension, you can open a repo right from GitHub or GitLab, or you can do

sail run cdr/sshcode

to open a project right from the command line.

Browser extension demo:

Demo

Features

  • No more "It works on my machine", everyone working on the same project is working in the same environment.
  • Stop duplicating effort, source-control and collaborate on the environment.
  • Instant set-up, open an IDE for a project straight from GitHub or GitLab.

Documentation

Documentation is available at https://sail.dev/docs.

Or, you can read it in it's markdown form at site/content/docs.

Quick Start

Requirements

Currently Sail supports both Linux and MacOS. Windows support is planned for a future release.

Before using Sail, there are several dependencies that must be installed on the host system:

Install

For simple, secure and fast installation, the following command will install the latest version of sail for your OS and architecture into /usr/local/bin. You will need to have /usr/local/bin in your $PATH in order to use it.

curl https://sail.dev/install.sh | bash

For Arch users, there is an official AUR package.

Verify the Installation

To verify Sail is properly installed, run sail --help on your system. If everything is installed correctly, you should see Sail's help text.

Run

You should now be able to run sail run cdr/sail from your terminal to start an environment designed for working on the Sail repo.

Browser Extension

To open GitHub or GitLab projects in a Sail environment with a single click, see the browser extension install instructions.

Learn More

Additional docs covering concepts and configuration can be found at https://sail.dev/docs.

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