Coder Social home page Coder Social logo

Comments (2)

Wyrhtan avatar Wyrhtan commented on June 27, 2024

from orchil.

noahgibbs avatar noahgibbs commented on June 27, 2024

I've started setting up DGD a little differently for my work (example: https://github.com/WebOfTrustInfo/prototype_vRWOT). What's going on there is that the app references SkotOS (in that case a fork of it) and then just overrides any files it wants to have different in the "root" directory, which obviously corresponds to "skoot" in traditional SkotOS. And then it serves its own Orchil, game client, Tree of WOE, etc, and it doesn't need copies of any other games' equivalents. It gets orchil.js and similar shared files automatically since SkotOS has a copy of them (or it can reference the Orchil repo, as it will later on.)

I'm using a tool called dgd-manifest in a package called dgd-tools for this, but the basic approach is straightforward and could be done with something like Git submodules as well.

So: that's the approach I've been using to this problem - having apps use other repos, including this one, as libraries. And then they can just have their own app-specific files (e.g. gables.htm, TreeOfWoe.htm, gables.js, gables.css).

from orchil.

Related Issues (14)

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.