Skip to content
This repository was archived by the owner on Feb 8, 2019. It is now read-only.

Releases: cellsjs/piscosour

v1.0.0-alpha.9

10 Aug 11:21
Compare
Choose a tag to compare
v1.0.0-alpha.9 Pre-release
Pre-release

Feature

  • Multiple paramsFile is enabled

Fixes

  • flowName was not allways set

v0.6.16

10 Aug 11:16
Compare
Choose a tag to compare

Feature

  • Multiple paramsFile is enabled

v1.0.0-alpha.8

09 Aug 11:17
Compare
Choose a tag to compare
v1.0.0-alpha.8 Pre-release
Pre-release

Features:

  • Lazy Install Enabled: Dependencies of steps could be installed on execution time.
    • Write scullion.json cache.
    • Recursive reading of global dependencies.
  • Global Recipes Enabled: Allow pisco to execute global installed recipes.
  • Auto installed requirements not based on npm.

Fixes:

  • Double question of version updates now are not performed.
  • --help, works propelly.
  • stream-write-hook: avoid maximum call stack

v0.6.15

08 Aug 12:52
Compare
Choose a tag to compare

Features

  • cmdInstaller: for package manager command in order to offer installation capabilities
  • installer: use to set the package manager to use for installation purpuses

v0.6.14

08 Aug 09:20
Compare
Choose a tag to compare

fix

  • When key is not found in listedIn requirements doesn't throw any error.

v1.0.0-alpha.4

13 Jul 11:38
Compare
Choose a tag to compare

Features

  • Change order of "all command availables" on README.md generator.
  • Ability to use plugins addons for inquirer functions resolution.

Fix

  • The way inquirer.prompt is used

v1.0.0-alpha-2

08 Jul 11:25
Compare
Choose a tag to compare
v1.0.0-alpha-2 Pre-release
Pre-release
Merge pull request #134 from jdzrtz/feature/new_recipe_structure_merge

Feature/new recipe structure merge

v0.6.12

07 Jul 08:51
Compare
Choose a tag to compare

fix

  • All the functions in plugin inquirer were executed allways, now only with '()'

v0.6.11

06 Jul 13:17
Compare
Choose a tag to compare

Features

  • Pisco docs generate Main Index
Plugins
from piscosour v.0.6.11
context
fsutils
inquirer
launcher
os
piscosour
skipper
stream-write-hook
system-checker
system-saver
test
Contexts
Recipes
All Commands Availables
from piscosour v.0.6.11
node-module:convert (Convert any module into a piscosour recipe)
recipe:add-shot (Add a shot to a piscosour recipe)
recipe:add-straw (Add a straw to a piscosour recipe)
recipe:configure (Manage a piscosour recipe)
recipe:create (Starting a repository from scratch)
recipe:docs (Append documentation from info.md to readme.md of the recipe)
all::npm (Checking all npm commands needed)
node-module::convert (Convert any nodejs module into a piscosour recipe)
recipe::add-shots (Create new pisco shot inside this module)
recipe::add-straws (Adding shot to a straw)
recipe::configure (Configure piscosour.json)
recipe::generate-docs (Generate one file per straw inside a directory)
recipe::scaffolding (Create a piscosour recipe from a scaffold template)
recipe::update (Update tool)

v.0.6.10

06 Jul 12:05
Compare
Choose a tag to compare

Features

  • Allow execution of calculated value in prompts and use it in type value. (see documentation for details)