Skip to content

Contribution Guidelines

There are not many contribution guidelines yet. If, however, you are not currently familiar with Yeoman generator development you will find some helpful links.

Basic technologies to know

Places to look for help

The JavaScript a Yeoman generator uses is based on Node.js and many things are treated differently than in the JavaScript that exists in browsers.

  • Yeoman API Documentation - Besides the getting started guide, there is official documentation available that covers the complete Yeoman API

  • Node.js documentation - In general, a Yeoman generator is written in JavaScript but it is based on Node.js where the development patterns are slightly different. In some cases it might be handy to consult the Node.js documentation.

spacer