Skip to content

compound gen command #1

@Lyrenhex

Description

@Lyrenhex

This could be used to automatically generate a Compound-suitable directory structure, along with a simple shell script. The command would generate a directory structure thus:

./
┠ compile.sh
└─┐ raw
│   └─ index.c.html
│   
└┐ res
   ┠─  img (dir)
   ┠─  js (dir)
   ┠─  css (dir)
   └┐  transcludes
      └─  meta.html

where compile.sh contains:

compound ./raw -b . -m -c --css --js

meta.html would contain standard meta tags, and index.c.html would contain standard boilerplate (and a meta.html transclusion).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions