jese

1.0.1 • Public • Published

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!

Readme

Keywords

Package Sidebar

Install

npm i jese

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

1.29 kB

Total Files

3

Last publish

Collaborators

  • andrew221