Skip to content

simbafs/simply.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simply.js

NPM

Made by simba-fs


EXAMPLE

hello world

///// include simply /////
var simply = require('simply.js');
///// reset prefix (preset: '!') /////
simply.set('prefix', '');
///// add a echo event /////
simply.echo('hi', 'hello world');