GithubHelp home page GithubHelp logo

a1ip / abell Goto Github PK

View Code? Open in Web Editor NEW

This project forked from abelljs/abell

0.0 1.0 0.0 1.71 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 98.33% HTML 1.67%

abell's Introduction

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

abell's People

Contributors

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

Watchers

 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.