spendesk-collector-template
v0.0.11
Published
Template to develop Spendesk collectors
Downloads
1
Readme
Spendesk Collector Template
This is a scaffolding tool for creating and maintaining Spendesk Collectors. It comes with base directory and file structure, default configuration and documentation files templates.
Installation
Install it as a global node package:
npm install -g spendesk-collector-template
Now you can use the spendesk-collector-template
command to generate or update collector base code.
Creating new collector
spendesk-collector-template [working-path]
You can execute this command over new directory which will be created, or run it inside an empty, already existing directory.
When run script will ask you couple of questions interactively to fill in templates with data.