Skip to content

Releases: CleverStack/cleverstack-cli

hotfix(setup): Clever setup not working fixes #33

08 Jul 12:39

Choose a tag to compare

1.0.7

hotfix(setup): Clever setup not working fixes #33

Fixed #31 - Clever setup fails when installing seed deps and modules deps at the same time

02 Jul 19:42

Choose a tag to compare

1.0.6

release(1.0.6): Fixed #31 problem with clever setup npm install step

Fixed grunt generator templates and linted/cleaned up all code

30 Jun 15:08

Choose a tag to compare

  • chore(docs): Fixes #27
  • chore(cleanup): Code cleanup
  • chore(cleanup): More code cleanup
  • chore(cleanup): Finished cleaning up the lib folder
  • chore(cleanup): Cleaned up bin folder
  • fix(config): Fixed generator config files #30
  • chore(cleanup): Package.json and module templates

Clever setup, new, install, routes and clever:prompt

21 Jun 18:57

Choose a tag to compare

  • #22 - Clever setup on an already setup project with installed modules does not fully install all node modules
  • #19 - Clever install incorrectly copies dependencies into bundledDependencies when module already installed
  • #9 - Clever new plural problem
  • #21 - Clever routes command throws an error
  • #13 - Implement clever:prompt changes to allow other modules to have prompts

Fixed unit tests NODE_PATH issue for node-seed 1.0.x

12 Jun 15:09

Choose a tag to compare

1.0.3

Fixing unit tests for node-seed 1.0.x

Added ./test/unit into the NODE_PATH for use with node-seed 1.0.x

12 Jun 12:14

Choose a tag to compare

1.0.2

fix(tests): Added /test/unit into NODE_PATH for testing node_seed 1.0.x

Updated generate, scaffold and new command templates for node-seed 1.0.x

10 Jun 22:28

Choose a tag to compare

1.0.1

release(1.0.1) Updated generate, scaffold and new templates and tests…

1.0.x Cleverstack Framework & CLI Release

08 Jun 20:55

Choose a tag to compare

  • Works with 1.0.x (and up) node-seed and angular-seed
  • fix(windows): test, tests, serve and server commands updated to work correctly on all windows versions
  • fix(grunt): Fixed grunt lib utility to work on all windows versions
  • chore(cleanup): Grunt utility clean up
  • Fixed clever setup command to work correctly, unit tests now pass in Travis

Upgrading all dependencies

01 Jun 09:08

Choose a tag to compare

Merge pull request #11 from CleverStack/feature/updateDeps

Upgrade all dependencies

Smarter seed targeting information, better CLI display, verbose mode, -force mode and more

01 Jun 05:50

Choose a tag to compare

This pull request:

  • Makes init more stable
  • Fixes ENOENT errors on windows (using exec instead of spawn)
  • Allows users to name folders whatever they want (smarter targeting)
  • When using init to create a single project it no longer adds the backend or frontend folders, it installs to the path they provided
  • You can now use verbose mode for debugging ( -v, --verbose )
  • Added the option to force overwrite/remove existing folder ( -f, --force )
  • Cleaned up and expanded CLI help ( -h )
  • Provides better and more detailed progress on what is currently happening inside the process