ob-plugin-cli
v0.0.1
Published
ob-plugin-cli is a command line tool that can help you quickly initialize a Obsidian Plugin development environment.
Downloads
3
Readme
ob-plugin-cli
is a command line tool that can help you quickly initialize a Obsidian Plugin development environment.
Usage
npm install -g ob-plugin-cli
ob-plugin-cli create xxx
# or
npx ob-plugin-cli create xxx
# then you can go to xxx folder and start work
# cd xxx
# npm run dev
Other
this cli use git clone
to get template from github
, so maybe you need use proxy
, try it:
ob-plugin-cli create xxx -p