Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
oe-cloud-cli
Advanced tools
CLI for scaffolding oe-cloud based applications.
This project is modification of original project yeoman/yo
This project is changed from original project for,
Please visit yeoman/yo for original documentation.
# install oe-cloud-cli
$ npm install -g oe-cloud-cli
# start cli
$ oe
Run oe starter-app
to create a new oe-cloud application.
$ oe starter-app
The oe-Cloud application generator will prompt you for the name of the application. For example, type demo as the name of the application
Select what kind of application you want to create
3.1 If selecting oe-cloud-2.x (default selection)
![create-oe-cloud-2x](./img/create-oe-cloud-2.x.png)
3.1.1 If selecting **oe-cloud-2.x-server**
![create-oe-cloud-2xserver](./img/create-oe-cloud-2xserver.png)
3.1.2 If selecting **oe-cloud-2.x-serverUI**
![create-oe-cloud-2xserverUI](./img/create-oe-cloud-2xserverUI.png)
3.1.3 If selecting **oe-cloud-2.x-serverUI** and **Enable oe-studio**
![create-oe-cloud-2xstudio](./img/create-oe-cloud-2xstudio.png)
Press Enter to accept default value of Application Description, Version and Author. For oe-cloud 2.0 application, select oe-cloud modules from the checklist using Space Bar Button. Hit Enter to complete module selection.
3.2 If selecting oe-cloud-1.x
![create-oe-cloud-1x](./img/create-oe-cloud-1x.png)
Press Enter to accept default value of Application Description, Version and Author.
3.3 If selecting oe-cloud-ui
![create-oe-cloud-ui](./img/create-oe-cloud-ui.png)
Press Enter to accept default value of Application Description, Version and Author.
The generator will then display messages as it scaffolds the application including:
4.1 Initializing the project folder structure.
4.2 Creating default JSON and JS files.
4.3 Downloading and installing dependent Node modules (as if you had manually done npm install).
Run node .
to start the scaffolded server for oe-cloud 1.x and oe-cloud 2.x application
Run npm start
to start oe-cloud ui application
oe-cloud-cli helps you to kickstart new projects, prescribing best practices and tools to help you stay productive.
oe-cloud-cli provides the option to create model, datasource, property, relation, acl and middleware.
# cli to create datasource
$ oe create datasource
# cli to create model
$ oe create model
# cli to create property
$ oe create property
# cli to create relation
$ oe create relation
# cli to create acl
$ oe create acl
# cli to create middleware
$ oe create middleware
oe-cloud-cli also enables the user to perform few basic oe cloud functionalities from command line.
# cli to define default UI
$ oe define default-ui
# cli to define UI route
$ oe define ui-route
# cli to define navigation link
$ oe define navigation-link
# cli to attach workflow to model
$ oe attach workflow
# cli to attach business rule to model
$ oe attach business-rules
FAQs
CLI tool for installing and running oe packages
The npm package oe-cloud-cli receives a total of 1 weekly downloads. As such, oe-cloud-cli popularity was classified as not popular.
We found that oe-cloud-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.