aboutsummaryrefslogtreecommitdiff
path: root/lib/system.js
AgeCommit message (Collapse)AuthorFilesLines
2017-09-08Merge pull request #419 from cvega/masterMarak1-4/+5
[api] [dist] Add system methods, update travis.yml
2016-11-30Don't allow path seperators in generated filenamesMark Kornblum1-1/+3
2016-10-03[api] Add `filePath, directoryPath` system methodscvega1-5/+6
* Returns a random path with file name * Returns a random directory path (no trailing slash)
2016-03-03Install jsdoc and add doclet stubs for all methodsTobias Witt1-4/+60
Descriptions are taken from existing comments if available. The address module already has some new sample descriptions.
2016-02-14[api] [minor] Move semver to System resource #304Marak1-0/+5
2016-02-07[api] [minor] Added custom type for commonFileNameMarak1-1/+1
* Generates file name based on provided ext
2016-02-06[api] Added concept of "System" moduleMarak1-0/+97
* Allows for creation of fake systems data * So far has file-system related methods * Mime-types * File extensions * File names