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
- Host: GitHub
- URL: https://github.com/wolfchamane/amjs-create-index
- Owner: Wolfchamane
- License: mit
- Created: 2019-06-11T14:30:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T15:00:45.000Z (about 5 years ago)
- Last Synced: 2025-03-12T00:09:02.717Z (about 1 year ago)
- Topics: indexer, nodejs
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```