Crates.io | vidyano-cli |
lib.rs | vidyano-cli |
version | 0.3.0 |
source | src |
created_at | 2018-04-22 14:28:22.082981 |
updated_at | 2018-04-22 14:28:22.082981 |
description | A CLI version of the Vidyano Visual Studio extension |
homepage | |
repository | https://github.com/inferiormartin/vidyano-cli |
max_upload_size | |
id | 61837 |
size | 7,794 |
A CLI version of the Vidyano Visual Studio extension
Features that are not marked with '-- DONE' are not implemented yet or aren't finished
Create a .vidyano.yml file in your project's root directory.
Copy this into the .vidyano.yml file and update the attributes accordingly.
namespace: MyProject.Service
namespace_custom_actions: MyProject.Service.CustomActions
namespace_persistentobject_actions: MyProject.Service
context: MyProjectEntityModelContainer
folder_service: Service
folder_custom_actions: Service/CustomActions
folder_persistentobject_actions: Service
vidyano --custom-action <action name>
to create a new custom action class with that name.
vidyano --persistentobject-actions <entity name>
to create a new PersistentObject actions class for that entity.