Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)
```