Package Exports
- humid
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (humid) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
humid
Scans and manages installed steam apps
Features
- Multipule steam library (directory) support
- Retrieve json objects describing each installed game
- Move game(s) from one library to another
Setup
npm install humidUsage
import humid from 'humid'
humid.find('/path/to/steam/library')
.then(console.log)Results
[ { 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' } ]
Questions and issues
The github issue tracker is for bug reports and feature requests. Anything else, such as questions for help in using the library, should be posted in StackOverflow using the tag humid
FAQ
Can you add my feature to humid?
Feel free to add a request in the issue issue tracker, or come chat with us on Gitter
How can I contribute?
Fork the repo, make some changes and make a pull request.
License
MIT License 2015 © Simon W. Jackson and contributors
