piedpiper-ui
API Builder UI
Features
Install
npm install --save piedpiper-ui
Scripts
- npm run build :
npm run clean && if-env NODE_ENV=production && npm run build:prod || npm run build:dev
- npm run build:copy :
copyfiles -f ./src/index.tmpl.html ./src/favicon.ico ./dist
- npm run build:dev :
mkdir -p src/messages && npm run build:messages && npm run build:lint && npm run test && npm run build:readme && npm run build:doc && npm run build:dist
- npm run build:dev:chrome :
npm run clean && mkdir src/messages && npm run build:messages && npm run build:lint && npm run test:chrome && npm run build:readme && npm run build:doc && npm run build:dist
- npm run build:dist :
npm run build:copy & webpack --progress -p --env=dist
- npm run build:doc :
esdoc -c esdoc.json
- npm run build:lint :
stylelint **/*.scss --syntax scss && eslint --ext .js,.jsx ./src
- npm run build:prod :
npm prune --production
- npm run build:readme :
node-readme
- npm run build:messages :
generate-messages ./src > ./src/messages/en.json
- npm run clean :
rimraf README.md src/messages dist/* coverage/* doc/*
- npm run release:publish :
git add -A && git push && git push --tags && npm publish
- npm run release:major :
npm version major && npm run release:publish && git push --follow-tags
- npm run release:minor :
npm version minor && npm run release:publish && git push --follow-tags
- npm run release:patch :
npm version patch && npm run release:publish && git push --follow-tags
- npm run release:prerelease :
npm version prerelease && npm run release:publish && git push --follow-tags
- npm run test :
karma start
- npm run test:watch :
karma start --autoWatch=true --singleRun=false
- npm run test:chrome :
karma start --browsers Chrome
- npm run test:chrome:watch :
karma start karma-no-isparta.conf.js --autoWatch=true --singleRun=false --browsers Chrome
- npm run test:chrome-coverage:watch :
karma start --autoWatch=true --singleRun=false --browsers Chrome
Dependencies
Contributing
Contributions welcome; Please submit all pull requests the against master branch. If your pull request contains JavaScript patches or features, you should include relevant unit tests. Please check the Contributing Guidelines for more details. Thanks!
Author
Axway support@axway.com https://axway.com
License
- SEE LICENCE IN LICENCE : null