Socket
Book a DemoInstallSign in
Socket

generator-addin

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-addin

MyGeotab/Geotab Drive add-in generator

Source
npmnpm
Version
0.1.4
Version published
Maintainers
1
Created
Source

generator-addin NPM version Build Status

Yeoamn generator for MyGeotab/Geotab Drive add-ins

Features

Leverage modern package managers.

  • NPM
  • Bower

Local Debugging

  • Run and debug the add-in localy without having to add to test database. MyGeotabApi mocks the API object passes to add-in to make requests to you test database.
  • Mock state - Drive add-in will try to use HTML5 features to mock Andoid/IOS device features (ex. Geoloaction)
  • Automagically lint your scripts
  • Built-in preview server with BrowserSync
  • The gulpfile makes use of ES2015 features by using Babel

Release Build Process

  • Automagically lint your scripts
  • Minify, Obfuscate and Image optimization
  • Sandbox CSS as to not effect parent document CSS
  • Convert URLs to deployment location

Unit testing

Getting Started

  • Install dependencies: npm install -g yo gulp-cli bower
  • Install the generator: npm install -g generator-addin
  • Run yo addin to scaffold your addin
  • Run gulp serve to preview and watch for changes
  • Run bower install --save <package> to install frontend dependencies
  • Run gulp test to run the tests
  • Run gulp build to build your addin for production

Documentation

For information on MyGeotab and Geotab Drive addins or the MyGeotab API head over to the MyGeotab SDK

License

Apache-2.0 © Geotab Inc

Keywords

geotab

FAQs

Package last updated on 31 Jul 2016

Did you know?

Socket

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