nativescript-urlhandler

v0.1.0-develop-3
Register custom URLs for your NativeScript app
NativeScript URL-Handler

clean

npm i rimraf && rimraf node_modules lib hooks platforms target '**/*.js' '**/*.js.map' 'app/**/*.js' 'app/**/*.js.map' && npm i

prebuild

npm run tslint

build

npm run tsc

tsc

tsc

tslint

tslint "*.ts"

test

echo "Error: no test specified" && exit 1

changelog

conventional-changelog -p angular -i CHANGELOG.md -s -r 0

changelog:add

git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md'

release:pre

npm run clean && npm run test

release:post

npm run changelog && npm run changelog:add

release:major

npm run release:pre && npm version major && npm run release:post && git push origin && git push origin --tags && npm publish

release:minor

npm run release:pre && npm version minor && npm run release:post && git push origin && git push origin --tags && npm publish

release:patch

npm run release:pre && npm version patch && npm run release:post && git push origin && git push origin --tags && npm publish

Metadata

  • MIT
  • Whatever
  • Martin Reinhardt
  • released 3/11/2017

Downloads

Maintainers