aem-core-components-contributions-react-core

v0.1.20
AEM - React Wrapper components - for the OOTB AEM Core Components
adobe aem cq5 react core components

linter

eslint --ext .ts,.tsx .

linter:fix

eslint --ext .ts,.tsx . --fix

test

jest

test:coverage

jest --coverage

test:debug

jest --coverage --watchAll

build

webpack --config config/webpack.config.core.js && webpack --config config/webpack.config.lib.js && tsc -p src/tsconfig.types.json

build:production

cross-env NODE_ENV=production webpack --config config/webpack.config.core.js --mode=production && webpack --config config/webpack.config.lib.js --mode=production && tsc -p src/tsconfig.types.json

build:types

tsc -p src/tsconfig.types.json

docs

jsdoc -c ./jsdoc_conf.json && doxdox "src/**/*.+(js|jsx)" --layout templates/DOCUMENTATION.hbs --output DOCUMENTATION.md

readme

node node_modules/markdown-include/bin/cli.js markdown-include.config.json

docs-readme

npm run docs && npm run readme

preversion

npm run test && npm run build:production && npm run docs-readme

version

npm run docs-readme && git add DOCUMENTATION.md README.md package.json

postversion

git push origin && git push origin --tags

tmprelease

node release.js
npm i aem-core-components-contributions-react-core

Metadata

  • Apache-2.0
  • Whatever
  • Adobe Systems Inc. - Niek Raaijmakers
  • released 7/21/2020

Downloads

Maintainers