1.0.0-alpha.1 • Published 4 years ago

mw-apigeeapi v1.0.0-alpha.1

Weekly downloads
-
License
-
Repository
bitbucket
Last release
4 years ago

generator-mw-apigeeapi

Maven Wave apigeeBase generator

mw-apigeeapi

1. Installation

First, install Yeoman and generator-mw-apigeeapi using npm (we assume you have pre-installed node.js).

npm install -g yo

To install mw-apigeeapi, run:

$ npm install mw-apigeeapi --global

2. Usage

mw-apigeeapi will generate files in the current working directory, so be sure to change to a new directory first if you don't want to overwrite existing files.

mw-apigeeapi supports CD workflows that can be executed in a command-line interface.

2.1. Generate a new API Proxy project

To scaffold a new API Proxy project, open a terminal and create a new, empty directory:

# Create a new directory
$ mkdir foo-proxy

# Enter your new directory
$ cd foo-proxy

Run the app generator:

# Scaffold a new API Proxy project
$ yo mw-apigeeapi
# Answer the prompts till done

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

Apache-2.0 © shannonthompson

travis-image: https://travis-ci.com/Mave Wave/generator-mw-apigeeapi.svg?branch=master travis-url: https://travis-ci.com/Mave Wave/generator-mw-apigeeapi daviddm-image: https://david-dm.org/Mave Wave/generator-mw-apigeeapi.svg?theme=shields.io daviddm-url: https://david-dm.org/Mave Wave/generator-mw-apigeeapi