@aiou/neo
v3.6.1
Published
templates cli
Downloads
402
Readme
neo - new repo. neo
use pnpm
to manage your template, create hack project as quick as possible.
table of contents
install
npm install @aiou/neo -g
get started
Create project from remote npm-package
as template
neo create @aiou/bin-template project
Or save @aiou/bin-template
into store first
neo add @aiou/bin-template
In the next time, neo create
will prefer load template from local store. It's fast ⚡
Check Documentation for more details.
contribute
environment require
pnpm@^7.4.0
node^14