Releases: CleverStack/cleverstack-cli
Releases · CleverStack/cleverstack-cli
hotfix(setup): Clever setup not working fixes #33
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
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
Clever setup, new, install, routes and clever:prompt
- #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
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
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
1.0.1 release(1.0.1) Updated generate, scaffold and new templates and tests…
1.0.x Cleverstack Framework & CLI Release
- 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
Merge pull request #11 from CleverStack/feature/updateDeps Upgrade all dependencies
Smarter seed targeting information, better CLI display, verbose mode, -force mode and more
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