Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
/ sgen Public archive

random string generator

Notifications You must be signed in to change notification settings

sergioramos/sgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deprecated

sgen

string generator

installation

$ component install [--dev] ramitos/sgen

npm

$ npm install [--save/--save-dev] sgen

example

var sgen = require('sgen');

sgen.timestamp();
sgen.random();

sgen.timestamp(new Date(2012, 1, 1).getTime());
sgen.random(12);

license

MIT

About

random string generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published