1611 shaares
17 private links
17 private links
1 result
tagged
anti-framework
Werc is a minimalist web anti-framework built following the Unix and Plan 9 tool philosophy of software design.
Werc avoids the pain of managing collections of websites and developing web applications.
- Database free, uses files and directories instead.
- Written using the rc shell, leveraging the standard Unix/Plan 9 command toolkit.
- Minimize tedious work: eg., no need to ever write HTML, use markdown (or any other format) instead.
- Very minimalist yet extensible codebase: highly functional core is 150 lines, with extra functionality in modular apps.