Skip to content

Releases: jrencz/localdev

v0.1.1

17 Mar 10:03
Compare
Choose a tag to compare

Bug fixes

  • 3a9e2d
    Fix for a critical bug, where not having scopes key in the config made
    link script fail, reported by QcRafal

Initial release

17 Mar 10:04
Compare
Choose a tag to compare

Features

  • rc is used for configuring localdev from now on which means its
    configuration can be expressed both in a particular project (when localdev
    is a dependency of the project) and somewhere above the project’s directory
    (in case is’t installed globally so that projects have no knowledge of its
    existence). rc allows ini and json syntax but json is a syntax of choice:
    you’re free to try using ini but all examples are expressed in json and
    features are currently developed with json syntax in mind.
  • projects that can be linked are no longer obliged to implement any npm
    scripts to be runnable by localdev. It’s possible to run any shell script
    as linked dependency hook. It’s expressed in .localdevrc what script is
    run. npm scripts are promoted syntactically.
  • scopes feature allow grouping localdev configuration.
  • if no scope is given scope is set to the path where localdev executable
    (either link or start) is called
  • configuration reference has been added to README.md
  • some eye-pleasing CLI colors were added