Skip to main content
1.0.1
Latest
04-06-2025
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.
1.0.0
08-05-2025
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 new NeoSidebarLayout
0.3.2
Pre-release
21-02-2025
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
0.3.1
Pre-release
21-02-2025
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
0.3.0
Pre-release
20-02-2025
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

Improvements 💪

  • Enhanced the create command to support template-based project generation
  • Added configuration system for managing template settings
  • Improved project validation and error handling
0.2.0
Pre-release
18-02-2025

New 🚀

  • The neo create command is now implemented and is ready for use!
  • Added documentation
  • Added --platforms or -p flag to config command
  • Added --platforms or -p flag to create command

Improvements 💪

  • Made it so you can change specific configurations
0.1.3
Pre-release
15-02-2025

Improvements 💪

  • Internal improvements
0.1.2
Pre-release
15-02-2025

Improvements 💪

  • Internal improvements
0.1.1
Pre-release
14-02-2025
This is a super small release so this release note is boring… Here is some ASCII art of a cat for you:
/\_/\
( o.o )
> ^ <

Fixes 🐞

  • Fixed a small typo in the 0.1.0 release note
  • Internal bug fix
0.1.0
Pre-release
13-02-2025
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.

New 🚀

  • create command to create new Neo applications (this is a dummy command for now)
  • config command for managing Neo CLI settings
  • --version flag. Use this by running neo --version to check the current version of the Neo CLI
I