Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfierichou/dir_filenames
Get dir filenames
https://github.com/alfierichou/dir_filenames
Last synced: 15 days ago
JSON representation
Get dir filenames
- Host: GitHub
- URL: https://github.com/alfierichou/dir_filenames
- Owner: AlfieriChou
- Created: 2018-08-10T08:29:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T20:42:21.000Z (almost 2 years ago)
- Last Synced: 2024-11-20T15:42:24.515Z (about 1 month ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Install
[![Greenkeeper badge](https://badges.greenkeeper.io/AlfieriChou/dir_filenames.svg)](https://greenkeeper.io/)
```
npm install dir_filenames --save
```### How to use
```javascript
const dir = require('dir_filenames')
const filenames = dir(__dirname)
console.log(filenames)
```