Changelog
[0.7.3] - 2016-07-21
fixed
app.cwd
in the current instance is the cwd defined by the user on the options or argv.Changelog
[0.7.0] - 2016-07-21
added
app.home()
, which resolves to ~/
or the user-defined options.homedir
. This directory is used to determine the base directory for user-defined templates.app.common
object (e.g. app.common.set()
etc)home
updater. If an updatefile.js
exists in the ~/update
directory (this will be customizable, but it's not yet), this file will be loaded and .use()
d as a plugin before other updaters are loaded. You can use this to set options, add defaults, etc. But you can also run it explictly via commandline with the update home
command.fixed
app.cwd
so that it's updated when app.options.dest
(--dest
) is setChangelog
[0.6.0]