generator-fidj

3.3.6 • Public • Published

generator-fidj

NPM version Build Status

build great mobile and web angular/ionic apps based on fidj.ovh authentication.

Prerequisites

Look at mat's gist : https://gist.github.com/mlefree/2156f66dfb441f107bef157dde56a836

Installation

First, install Yeoman and generator-fidj using npm (we assume you have pre-installed node.js) :

npm install -g yo
npm install -g @ionic/cli
npm install -g @angular/cli
npm install -g generator-fidj

Then generate your new project:

yo fidj

or as an expert :

yo fidj my-app app2021 your-app-id "" me-as-user "my description" \
   "Welcome there" \
   "Hey<br>Heres my content: <img src=blank /><br> \o/ "

Development

Make sure you've got yeoman installed :

npm install -g yo
npm install -g @ionic/cli
npm install -g @angular/cli

Clone the repo, install it :

cd generator-fidj
npm install
npm link

And then use your local Fidj generator :

mkdir your-app && cd your-app && \
   yo fidj my-app app2021 your-app-id "" me-as-user "my description" \
   "Welcome there" \
   "Hey<br>Heres my content: <img src=blank /><br> \o/ " 

# look at the code : code .
# or start it : npm start

License

MIT 2021 © fidj.ovh

Package Sidebar

Install

npm i generator-fidj

Homepage

fidj.ovh

Weekly Downloads

2

Version

3.3.6

License

MIT

Unpacked Size

12 MB

Total Files

138

Last publish

Collaborators

  • mlefree