Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.