generator-fidj
v3.3.6
Published
build great mobile angular ionic apps based on fidj.ovh authentication
Downloads
4
Maintainers
Readme
generator-fidj
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