Coder Social home page Coder Social logo

box-registry-v2-poc's Introduction

Truffle Box Registry v2 PoC

This is a proof-of-concept to explore a better unboxing system for Truffle projects.

The primary pain-point we are experiencing is that every time someone wants to submit a new box, they have too manually email us. Rather, this should be a PR that simplifies and makes the whole process more transparent and easier to manage as well.

Prior art: Brunch's skeleton system

Here's a quick summary:

  1. Have a repo that hosts a skeletons.json file listing out each skeleton (see below).
  2. On unboxing, look up skeletons.json, and simply run exec("git clone " + url)
  3. Generate a frontend by reading from skeletons.json

Example skeletons.json entry:

{
    "title": "React",
    "url": "brunch/with-react",
    "technologies": "Babel, ES6, React",
    "description": "Modern skeleton with React library.",
    "alias": "react"
}

Note

  • we can add tags to the JSON entries (e.g. "official", "community", "partner", etc.)
  • people add new skeletons by making a simple PR to the skeleton.json file
  • the alias entry allows people to unpack "react" rather than typing the entire github "path" (i.e. brunch/with-react).

Aside

Their unboxing logic does much more, but we prob don't want to implement all that in one go. A simple git clone should be good enough for now.

References

box-registry-v2-poc's People

Contributors

adrianmcli avatar

Watchers

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