0.3.3 • Published 2 days ago

bajo v0.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 days ago

Bajo Framework

Installation

Note: you must have a proper install of node, npm and/or yarn before

Open your terminal and type:

npm install bajo
# or
yarn add bajo

Fire up!

Goto your project directory, create the index.js file and put this in it:

const bajo = require('bajo')
bajo.boot()
  .then(scope => {
  })
  .catch(err => {
    console.trace(err)
  })

Bajo application ALWAYS need a data directory to put configuration files, etc. This cloud be located inside or outside your project directory.

Lets assume you're going to put your data directory inside your project directory. So please create a new directory called data first. After that, just type in your terminal:

node index.js --dir-data=data

Or you could use dotenv by creating .env file in the same directory as index.js, and put this inside:

DIR_DATA = .\data

Now you can omit calling node with arguments, you just need to type:

node index.js

Documentation

API

License

MIT License

0.3.3

2 days ago

0.3.2

4 days ago

0.3.1

8 days ago

0.3.0

9 days ago

0.2.29

10 days ago

0.2.28

14 days ago

0.2.27

18 days ago

0.2.26

20 days ago

0.2.25

23 days ago

0.2.24

28 days ago

0.2.23

29 days ago

0.2.22

29 days ago

0.2.21

1 month ago

0.2.20

1 month ago

0.2.19

2 months ago

0.2.18

2 months ago

0.2.17

2 months ago

0.2.16

4 months ago

0.2.15

4 months ago

0.2.14

4 months ago

0.2.13

5 months ago

0.2.12

5 months ago

0.2.11

5 months ago

0.2.10

5 months ago

0.1.0

9 months ago

0.2.1

6 months ago

0.2.0

6 months ago

0.2.7

6 months ago

0.2.6

6 months ago

0.2.9

5 months ago

0.2.8

5 months ago

0.2.3

6 months ago

0.2.2

6 months ago

0.2.5

6 months ago

0.2.4

6 months ago

0.0.1

11 months ago