Snag LivingKit from Nextcloud right now, or just look at it.
- Made to give myself structure. I hope you find it enjoyable.
- It will be published to a git repo eventually.
If there is a similar framework, I've not seen it. Designed by yours truly to be explored and scrutinized. Happy learning. Subject to change by design, but here is the current blurb. Important details are all contained within the script itself, so this is just for fun:
What is this?
A lightweight bash bootstrap framework that keeps a project organized, backed up, and predictable so beginners can take on complex work without being overwhelmed. It teaches you what good structure feels like, and you’ll understand it naturally just by running it.
This is silly. Hope you enjoy it.
Snag LivingKit from Nextcloud right now, or just look at it.
- Made to give myself structure. I hope you find it enjoyable.
- It will be published to a git repo eventually.
If there is a similar framework, I've not seen it. Designed to be explored and scrutinized. Happy learning. Subject to change by design, but here is the current blurb. Important details are all contained within the script itself, so this is just for fun:
What is this?
A lightweight bash bootstrap framework that keeps a project organized, backed up, and predictable so beginners can take on complex work without being overwhelmed. It teaches you what good structure feels like, and you’ll understand it naturally just by running it.
Philosophy
- Nothing == unrealized structure.
- Nothing ever ends.
Examples
VO_Tools, made in Lua. 100% compatible, but standalone.
Layer
├── sublayer
│ ├── sub-sublayer
│ └── sub-sublayer
├── sublayer
└── sublayer
Nests indefinitely.