1.5.2 • Published 3 years ago
eplusplus v1.5.2
e++
e++ is a full framework created to symplify your development
Installation
Use the package manager npm to install e++.
$ npm install eplusplus
Usage
const epp = require("eplusplus")
const program = new epp.esharp()
// returns 'hello world'
program.print("hello world")
// returns an error with error's name
program.consoleprint("oops. an error occured", "error")
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.