legobeat / l7-devenv

Secure terminal-based IDE for local JS development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

l7ide

Containerized neovim development environment. Primarily intended for contributors on MetaMask repositories.

For a guided tutorial, see docs/1-getting-started.md.

Goals

  • Ease-of-use
    • Quick and easy to set up with minimal configuration and sane defaults
    • Easy to maintain and update at your leisure
    • Easily extensible, configurable and customizable
    • Adapted for contribution to MetaMask and LavaMoat codebases
    • Familiar setup for vscode/vim users
  • Secure
    • Principle-of-least privilege applied
      • Text editor and plugins shouldn't need access to secrets like GitHub tokens
      • Keep development scripts and code-scanning tools away from each other and your home directory
    • Sandbox from rest of host system
      • Paste raw logs without exposing information about your user and host
    • Ephemeral file system
      • Everything beyond your sources and configuration are a clean slate after a restart
    • Auditable
  • Fast and efficient
    • Low performance overhead - save your memory and CPU for more interesting work
  • Productivity-enhanching
    • Code-analysis and refactoring features familiar for IDE users

Dependencies

  • OCI Container runtime
    • We will be using rootless podman to minimize privileges but Docker or any other compatible engine should work.
  • An SSH agent socket
    • Typically provided by running ssh-agent
  • (Optional) Nerd Fonts enabled in your terminal
    • For proper display of icons and font rendering
  • (Optional) Sixel support in your terminal
    • For rendering of images
  • (Optional) A GPG agent socket
    • For signing git commits. Typically provided by running gpg-agent on the host.

Screenshots

screenshot: TypeScript LSP integration screenshot: Forge issue and PR integration

Contribution Notes

⚠️ This is under early development and things might still shift around a bit. Open an issue if you have any!

PRs with bugfixes, compatibility improvements, documentation and testing are especially welcome. New features may be considered but if they conflict with goals, you are also encouraged to run your own fork.

About

Secure terminal-based IDE for local JS development

License:GNU Affero General Public License v3.0


Languages

Language:Shell 41.3%Language:Dockerfile 20.2%Language:Lua 17.7%Language:Makefile 17.1%Language:Vim Script 1.6%Language:NewLisp 1.5%Language:Ruby 0.4%Language:TypeScript 0.1%