
Company News
Socket Has Acquired Secure Annex
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.
@cloudops/generator-cloudmc-plugin
Advanced tools
generator-cloudmc-pluginFirst, install Yeoman and generator-cloudmc-plugin using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g @cloudops/generator-cloudmc-plugin
Then generate your new project:
yo @cloudops/cloudmc-plugin
Generates a new service entity, the Fetcher and the ListViewBuilder for this entity. You only need to specify a name and the fields you want in the entity.
> yo @cloudops/cloudmc-plugin:entity
? Entity Name (e.g.: Instance): Project
_-----_ โญโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
| | โ [id] and [name] fields โ
|--(o)--| โ are added to the new โ
`---------ยด โ entity - Project - by โ
( _ยดU`_ ) โ default โ
/___A___\ /โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
| ~ |
__'.___.'__
ยด ` |ยฐ ยด Y `
? Do you want to add a field (e.g.: networkId, cpus)? Yes
? Field name: parentId
? Field type: (Use arrow keys)
โฏ UUID
String
int
boolean
Long
float
Date
(Move up and down to reveal more choices)
? Do you want to add a field (e.g.: networkId, cpus)? No
_-----_ โญโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
| | โ Generated new entity โ
|--(o)--| โ Project with classes for โ
`---------ยด โ its Fetcher and ListView โ
( _ยดU`_ ) โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
/___A___\ /
| ~ |
__'.___.'__
ยด ` |ยฐ ยด Y `
Generates the Operation and the ViewBuilder classes for an operation on a selected entity. You only need to specify the name of the operation.
@Entity> yo @cloudops/cloudmc-plugin:operation
? Operation (e.g.: create, addNetwork): create
? Is it an operation for a CRUD action (i.e.: CREATE, DELETE, UPDATE)? Yes
? What is the specific CRUD operation? (Use arrow keys)
โฏ CREATE
DELETE
UPDATE
NONE
_-----_ โญโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
| | โ Generated classes for โ
|--(o)--| โ operation [Create] on โ
`---------ยด โ entity [Project] โ
( _ยดU`_ ) โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
/___A___\ /
| ~ |
__'.___.'__
ยด ` |ยฐ ยด Y `
? Operation (e.g.: create, addNetwork): setAsRecurring
? Is it an operation for a CRUD action (i.e.: CREATE, DELETE, UPDATE)? No
_-----_ โญโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
| | โ Generated classes for โ
|--(o)--| โ operation โ
`---------ยด โ [SetAsRecurring] on โ
( _ยดU`_ ) โ entity [Project] โ
/___A___\ /โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
| ~ |
__'.___.'__
ยด ` |ยฐ ยด Y `
ยฉ CloudOps Inc.
FAQs
Generate the template for a CloudMC Service Plugin
The npm package @cloudops/generator-cloudmc-plugin receives a total of 21 weekly downloads. As such, @cloudops/generator-cloudmc-plugin popularity was classified as not popular.
We found that @cloudops/generator-cloudmc-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.ย It has 2 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.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.

Research
/Security News
Socket is tracking cloned Open VSX extensions tied to GlassWorm, with several updated from benign-looking sleepers into malware delivery vehicles.

Product
Reachability analysis for PHP is now available in experimental, helping teams identify which vulnerabilities are actually exploitable.