After some real-world testing, we realized that the Neo CLI is only executable on Apple Silicon CPUs. Sorry, Intel users!
Fixes 🐞
- Fixed an issue where the CLI wouldn’t run on CPU types other than Apple Silicon.
The official 1.0.0 release of the Neo CLI! 🎉
New 🚀
- Added the
sidebar
template. This will be expanded to be more complex but for now its a nice and simple starter template with our newNeoSidebarLayout
Well, this is embarrassing… We fixed the Dart path bug, but now the template files were not included… Fixed that!
Fixes 🐞
- Fixed an issue where the template files were not included in the Windows release
Whoops, there was a sneaky little bug in the previous Windows release but we’ve fixed it!
Fixes 🐞
- Fixed an issue where the Dart path was not being found on Windows when setting up a template
Introducing Templates! For now, there is only the
simple
template (So you don’t have much of a choice 🤷♂️). It’s a basic Flutter + Neo app structure to get you started swiftly.New 🚀
- Added a project templates system for generating new projects with predefined structures
- Added the
simple
template with a basic Flutter + Neo app structure
- Added the
Improvements 💪
- Enhanced the
create
command to support template-based project generation - Added configuration system for managing template settings
- Improved project validation and error handling
New 🚀
- The
neo create
command is now implemented and is ready for use! - Added documentation
- Added
--platforms
or-p
flag toconfig
command - Added
--platforms
or-p
flag tocreate
command
Improvements 💪
- Made it so you can change specific configurations
This is a super small release so this release note is boring… Here is some ASCII art of a cat for you:
Fixes 🐞
- Fixed a small typo in the 0.1.0 release note
- Internal bug fix
The first pre-release of the Neo CLI is here! 🎉This companion tool to Neo will help you create and manage your Neo applications with ease. As we embark on this journey, we’re starting with the essential building blocks that will grow into a powerful development toolkit.