Skip to content
/ abell Public
forked from abelljs/abell

a Static-Site-Generator for JavaScript Developers. Build fast, vanilla websites in the syntax you almost already know. [In alpha] πŸŒ€

License

Notifications You must be signed in to change notification settings

a1ip/abell

Β 
Β 

Repository files navigation

Cover of Abell

GitHub package.json version Β GitHub package.json version Β 
Β  Twitter profile badge of @abellland

https://abelljs.org


a JavaScript based static-site-generator to help you create JSON, Markdown, or static-data based websites with minimal setup in a syntax you almost already know. Built on top of abelljs/abell-renderer

Documentation: https://abelljs.org

πŸ“– Β  Create Abell Project

npx create-abell-app my-blog
cd my-blog
npm run dev

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

πŸš€ Β  Syntax Example

{{
  const a = 'Hello';
  const b = ', World 🌻';
}}

<html>
  <body>
    I can render JavaScript! Look: {{ a + b.toUpperCase() }}
  </body>
</html>

This code outputs:

I can render JavaScript! Look: Hello, WORLD 🌻

πŸ• Changelog

Changelogs are maintained in CHANGELOG.md

πŸ€— Local Installation & Contributing

Fork abelljs/abell, Then follow these commands

git clone https://github.com/:github-username/abell # Get a copy of the codebase in your codebase
cd abell
npm install # Installs all the dependencies
npm link # This command will add the current directory to global packages.
cd examples/main # Directory `examples` has sample abell projects.
abell build # command to build project or
abell serve # command to start dev server.

We would love to have contributions! The contributing guidelines along with local setup guide is mentioned in CONTRIBUTING.md

πŸ’™ Related Repositories


Buy me a Coffee Button Β  Buy me a Coffee Button

If you want to know the status and get updates you can follow me on Twitter @saurabhcodes

About

a Static-Site-Generator for JavaScript Developers. Build fast, vanilla websites in the syntax you almost already know. [In alpha] πŸŒ€

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.3%
  • HTML 1.7%