Having trouble getting started with multi-block
blachawk opened this issue · 1 comments
blachawk commented
According to this documentation...
The above second bullet says to take action in running that command after we install create-guten-block. But I am unsuccessful in operating this as I have tried multiple ways to make that command take action.
- Are we suppose to run
create-guten-block mutli-block
inside our existing CGB plugin folder? - Or are we suppose to run
npx create-guten-block multi-block
within the plugin directory? - Or are we suppose to be do something else....?
Also, can we rename the parent plugin folder `multi-block' to something else after its installed?
Any detailed steps would be appreciated, as the current instructions in that example, are too vague.
blachawk commented
Figured it out