Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goliatone/sweat
Run sudo commands without a sweat
https://github.com/goliatone/sweat
Last synced: 4 days ago
JSON representation
Run sudo commands without a sweat
- Host: GitHub
- URL: https://github.com/goliatone/sweat
- Owner: goliatone
- License: mit
- Created: 2015-11-21T20:38:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-21T20:57:38.000Z (almost 9 years ago)
- Last Synced: 2024-04-26T16:06:09.583Z (6 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# Sweat
Run sudo commands without a sweat
## Getting Started
Install the module with: `npm install sweat````javascript
var sweat = require('sweat');
sweat.awesome(); // "awesome"
```## Documentation
_(Coming soon)_## Examples
_(Coming soon)_## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).## Release History
* 2015-11-21: [email protected] Initial `npm` release
* 2015-11-21: [email protected] Added missing deps## License
Copyright (c) 2015 goliatone
Licensed under the MIT license.