Screens module to generate offline resources for Screens channels created through Franklin
Install screens-offlineresources-generator as a global command. You need Node 12.11 or newer.
Use node version >= 14.
$ npm install -g @aem-screens/screens-offlineresources-generatorTo use the module, please follow the steps mentioned in documentation
npm installnpm run lintLogin to your npmjs account through command line using the command
npm loginOnce that is done, you need the access to aem-screens organization in npmjs to release which is private for now. For access please contact absarasw@adobe.com.
Once access is given, you can run the following command to publish. Please update the correct version in package.json before publish
npm publish --access publicThis project is licensed under the Apache V2 License. See LICENSE for more information.