Yeoman generator for PayPal Integrations
Installation
Install Node 8
Node 8 is required for this generator.
nvm use 8
Install Yarn
You can use npm if you know what you are doing. This documentation will use yarn.
npm install -g yarn
Configure yarn
For linux/mac users only. Windows users you will need to find a way to add "yarn global bin" to your executable location.
export PATH="$(yarn global bin):$PATH"
Install Yeoman
First, install Yeoman and generator-paypal-integrations using npm (we assume you have pre-installed node.js).
yarn global add yo
yarn global add generator-paypal-integrations
Upgrade Generator
yarn global add generator-paypal-integrations --latest
or if you already generated a project
yarn gupdate
Run subgenerator
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 © Andrew Throener