0.3.1 • Published 2 years ago

create-geofs-plugin v0.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Create GeoFS Plugin

create-geofs-plugin is a command line interface (CLI) for Node.js that generates a new plugin compatible with GeoFS Plugin System.

More specifically, this CLI allows you to select from our pre-defined blueprints to choose a basic working example to start from.

Installation

Make sure you have Node.js installed on your workstation, then open your terminal and type the following command:

npx create-geofs-plugin my-first-app

and follow the instructions printed on the terminal as you go. create-geofs-plugin will then take care of the heavy lifting required to setup a plugin development environment, with proper folder structure, and even installing all the basic plugin dependencies.