UNPKG

@arces-wot/wam

Version:

Web of Thing Application Manager

37 lines (24 loc) • 1.17 kB
<img src="./docs/logo.png" height="50"> [![npm version](https://badge.fury.io/js/%40arces-wot%2Fwam.svg)](https://badge.fury.io/js/%40arces-wot%2Fwam) # WoT Application Manager šŸš€ jumpstart your WoT application! WAM ā¤ [td-code](https://marketplace.visualstudio.com/items?itemName=arces-wot.td-code). Please install it in your vscode instance to have a even more pleasant WoT development experience. Want to see WAM in action? Check this [šŸ“½ short video presentation](https://www.youtube.com/watch?v=bPxIfZo7jns&t=297s). # Installation ``` npm i @arces-wot/wam -g ``` ## Usage ``` wam init yourproject // aswer the questions // wait for the installation process šŸ’ˆ cd yourproject // you are ready to go! šŸ‘ ``` for further info on how to effectively use WAM see the [wiki](https://github.com/UniBO-PRISMLab/wam/wiki) ## Features - Set up a node-wot project automatically much like npm does for node.js packages and applications. - Bundle your application in one single script. - Supports Typescript based projects: they are transcompiled to js and than bundled in a single application file. - TBD More to come.