Skip to content

Commit 52ba26a

Browse files
authored
Merge pull request #919 from michaelpb/generator-add-modulo
Add Modulo.js Generator Info Page
2 parents 3d56b67 + 768283b commit 52ba26a

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

src/site/generators/modulojs.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Modulo.js
3+
repo: modulojs/modulo
4+
homepage: https://modulojs.org/
5+
language:
6+
- JavaScript
7+
license:
8+
- LGPL 3.0
9+
templates:
10+
- Modulo (similar to Liquid or Jinja)
11+
description: An easy-to-use, zero-dependency Jamstack framework in 2000 lines
12+
startertemplaterepo: https://github.com/modulojs/modulo-jamstack-deploy
13+
---
14+
15+
**The lightest, dependency-free way to start a Jamstack project:**
16+
17+
```
18+
npm init modulo
19+
```
20+
21+
Say goodbye to slow builds and heavy dependencies, `node_modules`, and build
22+
servers: Get work done without that!
23+
24+
[Documentation on Modulo Jamstack is available here.](https://modulojs.org/tutorial/building-apps/part1.html)
25+
26+
27+
The Moduolo.js Jamstack template includes: Netlify / Decap CMS ready-to-go,
28+
most of the features you'd expect with React.js or Vue.js, including state,
29+
props, directives, templating, data binding and reactive forms, templating,
30+
global store and sub/pub, hydration, DOM reconciliation tools, and more, **all
31+
with zero dependencies** save for the 2000 line file. The integrated Markdown,
32+
Decap CMS, Netlify-safe SSR, and is already setup, with local or `unpkg`-based
33+
dependencies.
34+

0 commit comments

Comments
 (0)