0.1.1 • Published 5 months ago

generator-men5 v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

generator-men5

generates fullstack projects with Mongodb, Expressjs, Nodejs and openUi5 (men5 stack). All components of the stack are open source and free to use for any purpose. With the OpneUi5 framework, hundreds of UI components are available to you.

Requirements

Tested with node version 18.17.0.

Installation

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

npm install -g yo
npm install -g generator-men5

Then generate your new project:

mkdir your-project-folder
cd your-project-folder
yo men5

The generated project contains an OData service with the example entity 'book'. You can extend the OData service with the sub-generators.

Sub-generators

All sub-generators can be accessed in the root directory of the project.

Entity

yo men5:entity

Singleton

yo men5:entity --singleton

Action

yo men5:action

Function

yo men5:function

Getting To Know Komponents Of The Stack

You can find further helpful information at:

How to obtain support

Please use the GitHub bug tracking system to post questions, bug reports or to create pull requests.

Other generators

If you want to create a library type project, you can only do this with the easy-ui5 generator.

License

MIT

© Richard Martens

0.1.1

5 months ago

0.1.0

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago

0.0.0

7 months ago