@heduapp/book-objects

v0.15.0
Business objects, basically, copy the structure of XML. Specific elements will have its own implementation which calculates values from data. Hence, there should be zero redundancy of the data. There are codecs for different purposes (parsing XML

test

ts-node test/runner.ts ./**/*.test.{ts,tsx}

test-watch

onchange "**/*.{js,ts,tsx}" -- npm run test

prettier

prettier --config .prettierrc --write src/**/*.{ts,tsx,js} test/**/*.{ts,tsx,js} webpack.config.js

prettier-watch

onchange "**/*.{js,ts,tsx,json}" -- npm run prettier

build

webpack -p

docs

typedoc --theme minimal --mode file --out docs src

docs-publish

gh-pages -d docs

release

node release.js
npm i @heduapp/[email protected]

Metadata

  • Unknown
  • Whatever
  • H-Edu s.r.o.
  • released 7/8/2019

Downloads

Maintainers