0.1.2 • Published 6 years ago

generator-handel-extension v0.1.2

Weekly downloads
21
License
-
Repository
-
Last release
6 years ago

generator-handel-extension

This repository contains a Yeoman generator for creating Handel extensions

Usage

First, make sure you have Yeoman installed:

npm install -g yo

Next, install this generator:

npm install -g generator-handel-extension

Next run the generator:

yo handel-extension

Answer the series of questions asked by the generator:

Welcome to the handel-extension generator!
? Extension name 
? Extension description
? Service type name

Once you answer the questions, it will create the files and show output like this:

Creating the initial files for the extension
   create package.json
identical .gitignore
   create README.md
   create tsconfig.json
   create tslint.json
   create src/extension.ts
   create src/service.ts
   create test/fake-account-config.ts
   create test/service-test.ts
0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago