Giter Site home page Giter Site logo

niyabits / abell Goto Github PK

View Code? Open in Web Editor NEW

This project forked from abelljs/abell

1.0 0.0 0.0 1.58 MB

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

Home Page: https://abelljs.org

License: MIT License

JavaScript 9.14% TypeScript 86.54% CSS 0.25% HTML 4.07%

abell's Introduction

Abell Logo and Title

Abell Latest Version ย Documentation abelljs.org ย Discord Join Chat


Warning

This is not the latest abell code. You will find latest abell code in main branch. This is abell v1 code that is currently in development.

A JavaScript based static-site-generator to help you create JSON, Markdown, or static-data based websites with minimal setup and using a syntax you almost already know.

Documentation: https://abelljs.org (v0 documentation)

v1 documentation is in progress. Till then you can check out the example code here - https://stackblitz.com/edit/vitejs-vite-riynxn?file=package.json

๐Ÿ“– ย  Create Abell Project

npx create-abell my-blog
cd my-blog
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>

๐Ÿค— Contributing

The contributions might get a bit difficult to do right now since I am not quiet clear on which path the Abell is going to go. I will recommend contributing once Abell v1 gets a bit stable.


If you like my work, you can sponsor me on GitHub: https://github.com/sponsors/saurabhdaware ๐ŸŒป

abell's People

Contributors

saurabhdaware avatar harshilparmar avatar dependabot[bot] avatar pantharshit00 avatar judicaelandria avatar anuraghazra avatar rahgurung avatar 0xflotus avatar abhijit-hota avatar akash-joshi avatar jmanamb avatar prafulla-codes avatar siddharthkp avatar smaranjitghose avatar niyabits avatar

Stargazers

Roman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.