How to use Harlan-Generator in Yeoman?

Asked

Viewed 37 times

0

I’m thinking of creating a webapp using the Harlan and I ended up discovering that he has a yo-Enerator named Generator-Arlan. From what I understand he’s like the Generator-angular pro Yeoman but I can’t install Generator-Harlan by npm and I don’t know what commands to use to generate my webapp. Someone can help?

  • Installation of Generator-Harlan worked with the following npm command: $> npm install -g Generator-Harlan

1 answer

0

Certainly the README.Md of the project Generator-Harlan lacks this information, however it is very simple. Just have the Yeoman installed, make sure you also have the latest stable version of NPM and Nodejs on your computer.

$ mkdir new-project;
$ cd new-project
$ sudo npm install -g yo
$ npm install generator-harlan
$ yo harlan # Gera seu projeto.

     _-----_
    |       |    .--------------------------.
    |--(o)--|    |   Welcome to the Harlan  |
   `---------´   |        generator!        |
    ( _´U`_ )    '--------------------------'
    /___A___\    
     |  ~  |     
   __'.___.'__   
 ´   `  |° ´ Y ` 

? Your package name: (new) 

Browser other questions tagged

You are not signed in. Login or sign up in order to post.