1.0.1 • Published 6 years ago

jese v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

JESE

A node module to write Javascipt very easy!

Let's include the package in our app!

var jese = require('jese')

How to set a config

jese.setconfig(require('./config')) 
// Or
jese.setconfig({
    // ....
})

In this moment, the module support config, but you can't do anything!

to see the version of the package, just do : jese.ver, This return the version!

Features

1. Loop With this, you can loop easy!

jese.loop(3, () => {
    // .... things
})

Also you can import i var

jese.loop(3, (i) => {
    // .... things
})

More things cooming!

1.0.1

6 years ago

1.0.0

6 years ago