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

https://github.com/wolfchamane/amjs-create-index

Allows to create a bundle index.js file with all listed resources from a directory
https://github.com/wolfchamane/amjs-create-index

indexer nodejs

Last synced: 24 days ago
JSON representation

Allows to create a bundle index.js file with all listed resources from a directory

Awesome Lists containing this project

README

          

# @amjs/create-index 0.1.4

## Installation

```bash
$ npm i @amjs/create-index
```

## Use

Declare an script within your `package.json` file:
```json
{
"scripts": {
"index": "node node_modules/@amjs/create-index "
}
}
```

Where _``_ is your resources folder. Then run the script:

```bash
$ npm run index
```