Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/UniBO-PRISMLab/wam
WoT Application Manager - a command line interface to build a Web of Things application for https://github.com/eclipse/thingweb.node-wot
https://github.com/UniBO-PRISMLab/wam
cli web-of-things wot
Last synced: 3 months ago
JSON representation
WoT Application Manager - a command line interface to build a Web of Things application for https://github.com/eclipse/thingweb.node-wot
- Host: GitHub
- URL: https://github.com/UniBO-PRISMLab/wam
- Owner: UniBO-PRISMLab
- License: mit
- Created: 2019-10-17T08:43:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T15:37:52.000Z (10 months ago)
- Last Synced: 2024-04-24T07:05:07.896Z (9 months ago)
- Topics: cli, web-of-things, wot
- Language: TypeScript
- Homepage:
- Size: 287 KB
- Stars: 13
- Watchers: 11
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-web-of-things - WoT Application Manager (WAM)
README
[![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.