@holochain-open-dev/create
v0.0.2
Published
RAD tools for quickly scaffolding holochain modules
Keywords
Readme
@holochain-open-dev/create
RAD tool to rapidly scaffold Holochain modules.
To execute this, run:
npm init @holochain-open-dev [SINGULAR_ITEM] [PLURAL_ITEMS]Both SINGULAR_ITEM and PLURAL_ITEMS need to be in kebab-case.
Example:
npm init @holochain-open-dev resource-booking resource-bookingIf you want to make sure you are running the latest version, run this before running npm init @holochain-open-dev:
npx clear-npx-cache