Skip to content

Commit

Permalink
Fix all lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
athif23 committed Mar 3, 2019
1 parent 1453946 commit afbc0fe
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
File renamed without changes.
35 changes: 18 additions & 17 deletions README.md
Expand Up @@ -22,20 +22,21 @@
- [Real World Apps](#real-world-apps)
- [Tools](#tools)
- [Apps/Websites built with Imba](#appswebsites-built-with-imba)
- [Contribution](#contribution)

## Resources

#### Official Resources

- [Official Guide](imba.io)
- [Official Guide](http://imba.io)
- [Imba more depth Guide](https://imba.github.io/imba-guide/)
- [Github Repo](https://github.com/imba/imba)
- [GitHub Repo](https://github.com/imba/imba)

#### Toolkits and Frameworks

- [Imbapack](https://github.com/imba/imba/blob/master/bin/imbapack). The imbapack utility is a convenient wrapper around webpack. When you use imbapack you do not need to declare an imba-loader and resolveExtensions in your configs. It ships with imba package.
- [Imbapack](https://github.com/imba/imba/blob/master/bin/imbapack) - The imbapack utility is a convenient wrapper around webpack. When you use imbapack you do not need to declare an imba-loader and resolveExtensions in your configs. It ships with imba package.
- [Imbac](https://github.com/imba/imba/blob/master/bin/imbac) - The imbac utility is for compiling your scripts to js. When working on client-side projects you should rather use [imbapack](https://github.com/imba/imba/blob/master/bin/imbapack). It also ships with imba package.
- [Webpack loader](https://github.com/imba/imba/blob/master/loader.js). Imba has build in loader. So you can install imba locally and set at webpack config that you need that loader.
- [Webpack loader](https://github.com/imba/imba/blob/master/loader.js) - Imba's build-in loader. You can install imba locally and set at webpack config that you need that loader.
- [Imba Router](https://github.com/somebee/imba-router) - An Experimental Router for Imba.
- [UXA](https://github.com/somebee/uxa) - Experimental framework for Imba.
- [Parcel Plugin Imba](https://github.com/imba/parcel-plugin-imba) - [Parcel Bundler](https://parceljs.org/) plugin to enable
Expand Down Expand Up @@ -70,7 +71,7 @@ processing of imba files.

#### Tools

- [html2imba](http://konsumer.js.org/html2imba/) [github](https://github.com/konsumer/html2imba) - A tool to convert HTML to imba tag source.
- [html2imba](http://konsumer.js.org/html2imba/) - [GitHub](https://github.com/konsumer/html2imba) - A tool to convert HTML to imba tag source.

#### Apps/Websites built with Imba

Expand All @@ -81,25 +82,25 @@ processing of imba files.
- [2048 Game](https://github.com/taw/imba-2048) - [view online](https://taw.github.io/imba-2048) - 2048 Game in Imba .
- [Calculator](https://github.com/taw/imba-calculator) - [view online](https://taw.github.io/imba-calculator) - Calculator in Imba.
- [Emoji Memory Game](https://github.com/taw/imba-emoji-memory) - [view online](https://taw.github.io/imba-emoji-memory) - Memory game in Imba.
- [Eyes](https://github.com/taw/imba-eyes) - [view online](https://taw.github.io/imba-eyes)
- [Fifteen Puzzle](https://github.com/taw/imba-fifteen) - [view online](https://taw.github.io/imba-fifteen)
- [Eyes](https://github.com/taw/imba-eyes) - [view online](https://taw.github.io/imba-eyes) - A cool interaction website.
- [Fifteen Puzzle](https://github.com/taw/imba-fifteen) - [view online](https://taw.github.io/imba-fifteen) - Fifteen Puzzle.
- [Game of Life](https://github.com/taw/imba-game-of-life) - [view online](https://taw.github.io/imba-game-of-life) - Game of Life in Imba.
- [JSON pretty printer](https://github.com/taw/imba-json-beautifier) - [view online](https://taw.github.io/imba-json-beautifier)
- [Matrix Rain](https://github.com/taw/imba-matrix-rain) - [view online](https://taw.github.io/imba-matrix-rain)
- [Monoalphabetic Cipher Decoder](https://github.com/taw/imba-monoalphabetic) - [view online](https://taw.github.io/imba-monoalphabetic)
- [Quote Machine](https://github.com/taw/imba-quote-machine) - [view online](https://taw.github.io/imba-quote-machine)
- [RegExp Explorer](https://github.com/taw/imba-regexp-explorer) - [view online](https://taw.github.io/imba-regexp-explorer)
- [ROT-N](https://github.com/taw/imba-rotn) - [view online](https://taw.github.io/imba-rotn)
- [Snake Game](https://github.com/taw/imba-snake) - [view online](https://taw.github.io/imba-snake)
- [TODO List](https://github.com/taw/imba-todo-list) - [view online](https://taw.github.io/imba-todo-list)
- [Weather App](https://github.com/taw/imba-weather) - [view online](https://taw.github.io/imba-weather)
- [JSON pretty printer](https://github.com/taw/imba-json-beautifier) - [view online](https://taw.github.io/imba-json-beautifier) - A tool build in imba, that make it easier to prettier JSON.
- [Matrix Rain](https://github.com/taw/imba-matrix-rain) - [view online](https://taw.github.io/imba-matrix-rain) - Cool matrix-like rain animation in Imba.
- [Monoalphabetic Cipher Decoder](https://github.com/taw/imba-monoalphabetic) - [view online](https://taw.github.io/imba-monoalphabetic) - Decoder for Monoalphabetic Chiper in Imba.
- [Quote Machine](https://github.com/taw/imba-quote-machine) - [view online](https://taw.github.io/imba-quote-machine) - An app that generate random Quote.
- [RegExp Explorer](https://github.com/taw/imba-regexp-explorer) - [view online](https://taw.github.io/imba-regexp-explorer) - Regex tool built in imba.
- [ROT-N](https://github.com/taw/imba-rotn) - [view online](https://taw.github.io/imba-rotn) - ROT-N game that is built in imba.
- [Snake Game](https://github.com/taw/imba-snake) - [view online](https://taw.github.io/imba-snake) - Snake game built in imba.
- [TODO List](https://github.com/taw/imba-todo-list) - [view online](https://taw.github.io/imba-todo-list) - Simple todo list.
- [Weather App](https://github.com/taw/imba-weather) - [view online](https://taw.github.io/imba-weather) - Simple weather app built in imba.


## Contribution
Your contributions and suggestions are welcome anytime. Are you building great stuffs with Imba, Feel free to share with
us :smile:

Here is an [instruction](.github/CONTRIBUTING.md). Please also read [Code of conduct](.github/CODE_OF_CONDUCT.md).
Here is an [instruction](./CONTRIBUTING.md). Please also read [Code of conduct](.github/CODE_OF_CONDUCT.md).

## License
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](http://creativecommons.org/publicdomain/zero/1.0/)

0 comments on commit afbc0fe

Please sign in to comment.