abell
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.4 • Public • Published

Abell Logo and Title

Abell Latest Version  Documentation abelljs.org  Discord Join Chat


A Low-Level, Framework Agnostic, Highly Flexible Static-Site-Generator to help you build Static Sites without too much of learning curve.

Documentation: https://abelljs.org

📖   Create Abell Project

npx create-abell my-abell-site
cd my-abell-site
npm run dev

Check out https://abelljs.org for complete documentation.

🚀   Syntax Example

<!-- index.abell -->
<html>
  <body>
    I can render JavaScript! Look: {{ 10 + 10 }}
  </body>
</html>

Output:

<!-- index.html -->
<html>
  <body>
    I can render JavaScript! Look: 20
  </body>
</html>

Learn More at Syntax Guide

🤗 Contributing

Check out CONTRIBUTING.md


If you like my work, you can sponsor me on GitHub: https://github.com/sponsors/saurabhdaware 🌻

Package Sidebar

Install

npm i abell

Homepage

abelljs.org

Weekly Downloads

8

Version

1.0.0-beta.4

License

MIT

Unpacked Size

61.8 kB

Total Files

51

Last publish

Collaborators

  • saurabhdaware