generator-lodgelink

LodgeLink Connector Framework Generator - Generates a codebase for integration with the LodgeLink system

Usage no npm install needed!

<script type="module">
  import generatorLodgelink from 'https://cdn.skypack.dev/generator-lodgelink';
</script>

README

LodgeLink Connector Framework Generator

generator-lodgelink creates a base template to start a new LodgeLink Connector. It provides everything a developer needs to create a Connector and package it for publishing.

Install

npm install -g generator-lodgelink

Usage

yo lodgelink

This will ask you a series of prompts and will create a directory based on your project name. It will also automatically run npm install.