Appearance
Get Started

Overview
This section will help your how to create and manage your template via neo.
Install
With pnpm
$ pnpm install @aiou/neo -g
Create a side project
Download remote npm/git template into local store, and create new side project instantly.
$ neo create @aiou/react-template my-app
That's all, now goto my-app
cd my-app
code .
🎉 Happy coding
INFO
@aiou/react-template is already cache in local store. At next time, neo prefer use local cached to create another side project. If any cached templates found in local, neo create will display all variable templates.
Save starter template
You can use commnd add cache remote starter template, then create new side project later.
$ neo add @aiou/react-template