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

1.0.0-beta.5 • 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

📄 License

This project is licensed under the MIT License

🤗 Contributing

Check out CONTRIBUTING.md


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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.0-beta.510latest
1.0.0-client.22next

Version History

VersionDownloads (Last 7 Days)Published
1.0.0-beta.510
1.0.0-client.22
1.0.0-client.12
1.0.0-beta.46
1.0.0-beta.32
1.0.0-beta.22
1.0.0-beta.12
1.0.0-alpha.1112
1.0.0-alpha.1102
1.0.0-alpha.1092
1.0.0-alpha.1082
1.0.0-alpha.1072
1.0.0-alpha.1062
1.0.0-alpha.1052
1.0.0-alpha.1042
1.0.0-alpha.1032
1.0.0-alpha.1022
1.0.0-alpha.1012
1.0.0-alpha.1002
1.0.0-alpha.992
1.0.0-alpha.982
1.0.0-alpha.972
1.0.0-alpha.962
1.0.0-alpha.952
1.0.0-alpha.942
1.0.0-alpha.932
1.0.0-alpha.922
1.0.0-alpha.912
1.0.0-alpha.902
0.10.42

Package Sidebar

Install

npm i abell

Homepage

abelljs.org

Weekly Downloads

72

Version

1.0.0-beta.5

License

MIT

Unpacked Size

62.4 kB

Total Files

51

Last publish

Collaborators

  • saurabhdaware