Socket
Socket
Sign inDemoInstall

chrome-app-developer-tool-client

Package Overview
Dependencies
19
Maintainers
5
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    chrome-app-developer-tool-client

Client library for communicating with Chrome App Developer Tool for Mobile.


Version published
Maintainers
5
Install size
10.9 MB
Created

Readme

Source

chrome-app-developer-tool-client

A node module for controlling the Chrome App Developer Tool for Mobile.

Learn more about Chrome Apps for Mobile.

For example usage of the library, see cca or harness-push.js.

For server reference & curl examples, refer to server implementation.

Releasing chrome-app-developer-tool-client

  • Ensure you're up-to-date
    • git pull
  • Update the release notes
    • git log --pretty=format:'* %s' --no-merges $(tail -n1 release_hashes.txt | cut -d':' -f2)..HEAD -- .
    • vim README.md
  • Update the version in package.json
    • vim package.json
  • Commit Changes
    • git commit -am "Releasing chrome-app-developer-tool-client@$(npm ls | head -n1 | sed -E 's:.*@| .*::g')"
  • Publish to npm
    • npm publish
  • Tag release (via release_hashes.txt file)
    • echo "v$(npm ls | head -n1 | sed -E 's:.*@| .*::g'): $(git rev-parse HEAD)" >> release_hashes.txt
  • Update the version with -dev
    • vim package.json
    • git commit -am "Set version of chrome-app-developer-tool-client to $(npm ls | head -n1 | sed -E 's:.*@| .*::g')"
    • git push origin master

Release Notes

v0.0.5

  • Make harnessclient compatible with node 0.12 as well as 0.10

v0.0.4 (November 17, 2014)

  • Enhancements to new adbkit integration
  • Improved error handling
  • Provided a connection to the appropriate port

v0.0.3

  • Prevented launching an app that hasn't changed.
  • Add a "buildapk" command

v0.0.2

  • Adds support for /quit command. Quits before pushing.

v0.0.1

Initial release!

Keywords

FAQs

Last updated on 17 Mar 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc