mmoskal / devicescript-package-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template for DeviceScript package

Usage:

  • create a repo based on this template
  • run: yarn && yarn devs init-template
  • edit this README.md
  • check-in and push
  • edit other files
  • publish with yarn publish
  • remember to git push && git push --tags after yarn publish

Setup

This project is published on npm, which you can also add to your package.json dependencies list.

npm install --save PKG_NAME

Usage

// ...

About

License:MIT License


Languages

Language:TypeScript 100.0%