- rock now uses promises instead of callbacks
- prefixed
file
anddate-*
with-
to prevent collisions - the
.git
directory is not copied when using a local rock - added
{{-literal}}
token to output{{
- added
delete
array to.rock/rock.json
for deleting files from rocks
- removed
preferGlobal
- added
cl
require torock
bin (tayler / #10)
- added
cl
dep - updated deps
- renamed
create()
tofetchRepo()
- added ability to download single files
- added rudimentary support for other templates
- Updated deps.
- Removed post-install script.
- Removed
--update
and--list
flags. - Support installing from Github without Git dependency.
- Support installing from Github using Github short-hand i.e. username/repo
- Added default values to skip and prompt.
- Changed config file name from
rockconf.json
torock.conf.json
.
- Dependencies update.
- Git not necessary for Rock located on the local machine. This helps with the programmability aspect.
- Code cleanup using
BatchFlow
andreadline-prompter
. rock.create
now can take an input of values so that the the readline prompt doesn't display. Test passing.
- Fixed bug that prevented rocks without
ignoreDirs
to be created.
- Added
--update
command line arg. - Now proceeds regardless of whether it can parse
rockconf.json
.
- Fixed crashed on
rock --list
.
- Rocks can now specify to have directories ignored by putting
ignoreDirs
in theirrock.json
file.
- Fixed bug preventing rock from shutting down when using programatically.
- Hopefully fixing early broken release.
- Very early alpha release.