Skip to content

gitter-badger/humid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

humid

Travis Codecov npm GitHub issues GitHub license


Scans and manages installed steam apps

Install

npm install humid

Usage

var humid = require('humid');
humid.find('/path/to/steam/library')
    .then(res => console.log)

// [ { id: 241600,
//     name: 'Rogue Legacy',
//     appPath: 'Rogue Legacy',
//     size: 337208904,
//     manifest: '/path/to/steam/library/steamapps/appmanifest_241600.acf' },
//   { id: 326410,
//     name: 'Windward',
//     appPath: 'Windward',
//     size: 137835724,
//     manifest: '/path/to/steam/library/steamapps/appmanifest_326410.acf' } ]

About

Scans and manages installed steam apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published