Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

create-adv

Scaffolding Your First ADV Project/Plugin.

With NPM:

npm init adv

With Yarn:

yarn create adv

With PNPM:

pnpm create adv

Then follow the prompts!

Ref create-vite.