You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Library best practices - the best practices to use when constructing a library that will be used by others.
Application best practices - the best practices to use when building an application/top level project that uses libraries that also use best practices.
add dependency rules - the rules volo add uses to find and add new dependencies to a project. The best practices result from the conventions used by volo add.
Directories:
create templates - template projects that are known to work with volo create.
Creating a volo command - how to create a command that can be run by volo. This is useful when wanting to extend volo itself to do other things, or implementing more sophisticated logic that can be reused by many volofiles.