Yo Akumina
Akumina widget Yeoman generator
This yeoman template enables developers to get up and running with a vanilla or react js or ts Akumina Widget. The Akumina team is actively working on creating a better developer experience for the whole widget lifecycle...
Akumina Widget Builder quick start
Install
Make sure to have NODE 8.9.1++ or the LTS version: Download Node - Choose the LTS version
Install Locally
Install Yeoman and generator-akumina locally.
npm install yo
npm install generator-akumina
Then generate your new project:
mkdir project-name
cd project-name
npx yo akumina
Install Globally
Install Yeoman and generator-akumina globally.
npm install -g yo
npm install -g generator-akumina
Then generate your new project:
mkdir project-name
cd project-name
yo akumina
Choose between React and simple vanilla widget stubs, then see the wiki or the generated README.md for more information.