Code Monkey home page Code Monkey logo

blueprints_subl's Introduction

sublayer-blueprints README

This plugin integrates with sublimetext to send chunks of code to Sublayer's blueprint server as a new blueprint and generate new code based off existing blueprints using descriptions of what you're working on.

Installation

Navigate to your sublime texts packages folder (Sublime Text > Settings... > Browse Packages)

Run git clone [email protected]:sublayerapp/blueprints_subl.git

Restart Sublime Text

Features

Capture chunks of code and save them as blueprints to then later be used in the future as bases to generate new code off of.

Usage

Command Palette [command+shift+p] will now have:

Blueprint: Submit Blueprint - This command takes whatever code you have highlighted and submits it to your locally running Sublayer Blueprints server to save it as a blueprint for future use.

Blueprint: Replace Selection - This command takes whatever text you have highlighted and sends it to your locally running Sublayer Blueprints server and replaces it with a variation based on a blueprint you have stored in the past.

feel free to add whichever keybindings you would like in Sublime Text > Settings... > Key Bindings

  {
    "keys": ["ctrl+shift+s"],
    "command": "sublayer_blueprints_submit_blueprint"
  },
  {
    "keys": ["ctrl+shift+g"],
    "command": "sublayer_blueprints_replace_selection"
  }

Requirements

A Sublayer Blueprints server running locally on port 3000

1.0.0

Initial release of Sublayer Blueprints Plugin

Community

Like what you see, or looking for more people working on the future of programming with LLMs? Come join us in the Promptable Architecture Discord

blueprints_subl's People

Contributors

andrewbkang avatar

Watchers

Scott Werner avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.