fh-js-sdk

v2.21.0-alpha.1
feedhenry js sdk

test

grunt test

prepublish

grunt concat-core-sdk

doc:clean

rimraf doc

doc:generate

typedoc --includeDeclarations --excludeExternals --out doc ./fh-js-sdk.d.ts

doc:gh-pages

touch doc/.nojekyll; git add doc/.*; git add doc/*; git commit -m 'Publishing to gh-pages'; git push origin :gh-pages --force ; git subtree push --prefix doc origin gh-pages

doc

npm run doc:clean && npm run doc:generate && npm run doc:gh-pages

Metadata

Downloads