Skip to content

owerfelli/generator-alf-webscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-alf-webscript

Basic independent Alfresco Webscript generator

What is Yeoman?

Yeoman is a command line tool that helps you to automate coding tasks. Out of the box, Yeoman doesn't do very much. It relies on a library of thousands of generators to actually perform the coding tasks for you.

Yeoman lives in the npm package repository. Assuming you have a recent version of node.js installed, you can use the following command to install Yeoman.

npm install -g yo

Installing and using the alf-webscript

Instaling

npm install -g generator-alf-webscript

Using in your directory run

yo alf-webscript

This will ask you a number of questions and then generate webscript(s) based on your answers