UNPKG

@holisticon/nativescript-buildhelper

Version:

Basic NPM package for helping on automate releasing of NativeScript Apps

7 lines (4 loc) 156 B
#!/usr/bin/env node // Adds the build number to app versioning // e.g. tns-buildnumbering 42 -> uses 42 as build number require('./lib/buildnumbering');