Skip to content

OMEGAeNcore/maxbot-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

maxbot-git

A Maxbot project package extension on git

Usage

Install the package using npm :

 npm install maxbot-git --save

Then, require the package and use it: [Comment: To check if this usage is proper]

var isNullOrEmpty = require('maxbot-git');
console.log(isNullOrEmpty("")); // true
console.log(isNullOrEmpty("Hello World")); // false

About

Testing NPM package on Git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published