3.3.6 • Published 4 years ago

generator-fidj v3.3.6

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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

3.3.6

4 years ago

3.3.0

4 years ago

3.3.5

4 years ago

3.3.4

4 years ago

3.3.2

4 years ago

2.1.4

4 years ago

2.1.3

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.6

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago