UNPKG

2.27 kBMarkdownView Raw
1<p align="center">
2<a href="https://imba.io" target="_blank">
3<img width="300" src="https://github.com/imba/brand/blob/master/imba-web-logo.png"></a>
4</p>
5
6[![install size](https://packagephobia.now.sh/badge?p=imba)](https://packagephobia.now.sh/result?p=imba)
7[![Build Status](https://travis-ci.org/imba/imba.svg?branch=master)](https://travis-ci.org/imba/imba) [![Downloads](https://img.shields.io/npm/dm/imba.svg)](https://npmcharts.com/compare/imba?minimal=true) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![License](https://img.shields.io/npm/l/imba.svg)](https://www.npmjs.com/package/imba)
8
9Imba is a friendly full-stack programming language for the web that compiles to performant JavaScript.
10It has language level support for defining, extending, subclassing, instantiating and rendering DOM nodes.
11
12## Get started
13
14```
15npx imba create hello-world
16cd hello-world
17npm start
18```
19
20## Documentation
21
22To get started with Imba, we recommend reading through the [official guide](https://imba.io/).
23
24## Community
25
26 [![Forum](https://img.shields.io/badge/discourse-forum-brightgreen.svg?style=flat-square)](https://users.imba.io) [![Join the chat at https://discord.gg/mkcbkRw](https://img.shields.io/badge/discord-chat-7289da.svg?style=flat-square)](https://discord.gg/mkcbkRw)
27
28### Imba Community Meeting
29
30Everyone is welcome! This is a great place to report your issues, hangout and talk about your project using Imba. If you have an open pull request which has not seen attention, you can ping during the meeting.
31
32For the exact meeting times please use the Meetup group [Imba Oslo Meetup](https://www.meetup.com/Imba-Oslo-Meetup), this is where you can see the timezone, cancellations, etc.
33
34You can join us remotely via [Zoom](https://us04web.zoom.us/j/230170873).
35
36Did you miss a meeting? No worries, catch up via the [meeting notes](https://bit.ly/2JyjGM1) or [video recordings](https://www.youtube.com/playlist?list=PLf1a9PYKGPdl3OMBHV72Oz23eFy9q51jJ).
37
38### Chat
39
40For questions and support please use our community chat on
41[Discord](https://discord.gg/mkcbkRw).
42
43## License
44
45[MIT](./LICENSE)
46
47Copyright (c) 2015-present, Sindre Aarsaether