vidyano-cli

Crates.iovidyano-cli
lib.rsvidyano-cli
version0.3.0
sourcesrc
created_at2018-04-22 14:28:22.082981
updated_at2018-04-22 14:28:22.082981
descriptionA CLI version of the Vidyano Visual Studio extension
homepage
repositoryhttps://github.com/inferiormartin/vidyano-cli
max_upload_size
id61837
size7,794
Maarten Vos (maarten-vos)

documentation

README

vidyano-cli Build Status

A CLI version of the Vidyano Visual Studio extension

Features

Features that are not marked with '-- DONE' are not implemented yet or aren't finished

  • Create custom actions -- DONE
  • Create PersistentObject actions -- DONE
  • Create new Vidyano projects from scratch

Usage

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.

Commit count: 0

cargo fmt