@amjs/create-index
v0.1.4
Published
Allows to create a bundle index.js file with all listed resources from a directory
Readme
@amjs/create-index 0.1.4
Installation
$ npm i @amjs/create-indexUse
Declare an script within your package.json file:
{
"scripts": {
"index": "node node_modules/@amjs/create-index <folder>"
}
}Where <folder> is your resources folder. Then run the script:
$ npm run index