Releases: alex-saunders/glicky
Releases · alex-saunders/glicky
v0.0.2
Our first post-initial-early-release release! 🎉
In short:
Glicky now runs on Windows (although not fully supported, it will now at least run). Bin scripts have been added to the subprocess path, allowing for things like create-react-app to work out the box. CLI has been refactored to use commander (making room for the -v
/--version
and -h
/--help
commands) + will alert if there is no package.json present.
In long:
- Refactor CLI to use Boxen + create utils file (#26) e0e1783
- Migrate CLI to use commander (#24) 8f00c89 @Tolsee
- Implement Algolia InstantSearch for dependency search suggestions (#22) cb2796b
- Add commands in './node_modules/.bin' to subprocess path (#20) 3e778f3 @neutrino2211
- Check if there is package.json file in the directory (#8) 0f03786 @Tolsee
- Win32 support + CI cache improvements (#10) f243fca @neutrino2211
🐭 Initial Release 🐭
This is initial, early pre-release. There will undoubtedly be bugs but it mostly works and important features are upcoming. Windows is untested and is tentatively said to be unsupported.