1.4.3 • Published 2 years ago

generator-percipio v1.4.3

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

generator-percipio

Generator for creating Node application to call a selected Percipio API using Axios.

If the API returns a paged data set, the application will download all available pages of data.

The JSON response of the API call will be logged to file.

Installation

Install Yeoman and this Generator using npm (we assume you have pre-installed node.js).

npm install -g yo generator-percipio

Installation from GIT

After cloning the repository, from the the folder containing this generator code create a symbolic link

npm link

Generate your new project

Make sure you have an internet connection, as the generator will need to download the current Percipio OpenAPI definitions from Percipio.

Then generate your new project:

yo percipio

You will be prompted to:

  1. Create a new folder, or generate in the current working directory.
  2. Select the Percipio API
  3. Select the Operation

Once the generator has completed running you will need to run npm install, configure the parameters for the API call in the config/default.js file, and either populate the .env file or set environment values.

The config file will list all the configurable parameters and include derscriptions from the OpenAPI definition.

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

MIT © Martin Holden 2019-2021

1.3.7

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.9

2 years ago

1.3.8

2 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago