1.0.1 • Published 2 years ago

generator-mw-apigeeapi v1.0.1

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

generator-mw-apigeeapi

Maven Wave apigeeBase generator

mw-apigeeapi

1. Installation

  • First, it is assumed that you have pre-installed node.js version >=12.16.2).
  • Contact Maven Wave Support to be given access to Private Maven Wave NPM packages. Once you have been given access, proceed.
  • Install Yeoman. To install Yeoman:
npm install -g yo

To login to your npm account in your cli, run:

npm login

To install @shannonthompson/generator-mw-apigeeapi, run :

$ npm install @shannonthompson/generator-mw-apigeeapi --global

2. Usage

generator-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.

generator-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 @shannonthompson/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