Skip to content

v0.0.5

Latest
Compare
Choose a tag to compare
@alexboia alexboia released this 31 Aug 16:33
  • Default directory name is now package_builder_logs;
  • Changed logging directory location: logs are now saved globally in [USER_HOME]/lvd-fluentui-component-scaffolding/[LOG_DIRECTORY_NAME] where:
    a) [USER_HOME] depends on the os;
    b) [LOG_DIRECTORY_NAME] defaults as mentioned above, but may be overridden using the --log-directory flag.
  • Changed package structure to include a workspace directory used for the component package itself, to avoid issues when a git clone needs to be performed but, at the same time, the --from-manifest flag is used.
  • Added possibility to create additional directories alongside the package workspace, using the --additional-dirs flag.