@holochain/create

v0.0.41
Rapid Application Development tools to build Holochain apps

test

rimraf fixture && npm run build && node ./dist/app.js init fixture && cd fixture && nix-shell . --run "npm i && npm t && npm run package" && rimraf fixture

build

rimraf dist fixture && webpack --config webpack.config.js && chmod +x dist/app.js

start

npm run build && concurrently "webpack --config webpack.config.js --watch --mode development" "nodemon --config ./nodemon.config.json" --raw
npm i @holochain/create

Metadata

Downloads