aem-core-components-contributions-react-core-spa

v0.1.16
[![CircleCI](https://circleci.com/gh/adobe/aem-contrib-wcm-components.svg?style=svg)](https://circleci.com/gh/adobe/aem-contrib-wcm-components) [![codecov](https://codecov.io/gh/adobe/aem-contrib-wcm-components/branch/master/graph/badge.svg)](https://code

linter

eslint --ext .js,.jsx .

linter:fix

eslint --ext .js,.jsx . --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

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-spa

Metadata

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

Downloads

Maintainers