create-ol
v1.0.1
Published
Scaffolds an OpenLoader plugin with massive customization
Downloads
11
Readme
create-ol
Scaffolds an OL plugin with massive customization
Use
It's really simple.
Firstly, cd
into the empty directory that you want for your plugin.
Next, run:
pnpm create ol
Answer the questions and follow installation instructions at the end.
You're done!
(Hint: if you want to publish on the Store, you must have a Git repository for the plugin, use git init
to initialize that!)