Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goliatone/filefinder
Simple filefinder utility
https://github.com/goliatone/filefinder
Last synced: 4 days ago
JSON representation
Simple filefinder utility
- Host: GitHub
- URL: https://github.com/goliatone/filefinder
- Owner: goliatone
- License: mit
- Created: 2015-10-27T20:18:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-27T20:34:26.000Z (about 9 years ago)
- Last Synced: 2024-10-11T09:08:51.264Z (27 days ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# filefinder
Simple file finder
## Getting Started
Install the module with: `npm install filefinder````javascript
var filefinder = require('filefinder');
filefinder.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
_(Nothing yet)_## License
Copyright (c) 2015 goliatone
Licensed under the MIT license.