1.1.2 • Published 4 years ago

rable.js v1.1.2

Weekly downloads
3
License
MPL-2.0
Repository
github
Last release
4 years ago

Rable

Rable is a library for NodeJS providing an advanced router and templating system.

Installation

Use the package manager npm to install Rable.

npm install rable.js

Afterwards, you can create a Rable instance like the following

const Rable = require('rable.js');
const app = new Rable();

Example files

The index.js and the files within /views/ are there as an example and being used in development. In case you want to to try it out, do as follows: For this example git and npm need to be installed on your system.

    git clone https://github.com/kearfy/rable.js rablejs-example && cd rablejs-example/lib && npm install && cd ../
    node .

The example is now available through port 3001. You can also take a look at the publicly hosted example over here: https://rable.app.michadevries.nl

Documentation

See https://rable.app.michadevries.nl/docs/ for further documentation.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

License

MPL-2.0

1.1.1

4 years ago

1.1.0

4 years ago

1.1.2

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.11

4 years ago

1.0.12

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago