@holochain-open-dev/calendar-events

v0.0.2
Holochain reusable module to include calendar events in your happ

start

concurrently --kill-others --names rollup,es-dev-server "npm run build:watch" "es-dev-server --config demo/es-dev-server.config.js" "npm run holochain:start"

build

rimraf dist && rollup -c rollup.config.js

build:watch

rollup -c rollup.config.js -w

test

npm run build && karma start --coverage

test:watch

concurrently -k --names rollup,karma "npm run build:watch" "karma start --auto-watch=true --single-run=false"

e2e

E2E=true concurrently -k -s first "npm run build && karma start --coverage" "npm run holochain:start"

holochain:start

RUST_LOG=warn holochain-run-dna ../example-dna/example-dna.dna.gz

analyze

wca analyze src --format json --outFile custom-elements.json --features member method cssproperty csspart event slot

lint:eslint

eslint --ext .ts,.html . --ignore-path .gitignore

format:eslint

eslint --ext .ts,.html . --fix --ignore-path .gitignore

lint:prettier

prettier "**/*.js" "**/*.ts" --check --ignore-path .gitignore

format:prettier

prettier "**/*.js" "**/*.ts" --write --ignore-path .gitignore

lint

npm run lint:eslint && npm run lint:prettier

format

npm run format:eslint && npm run format:prettier

storybook

start-storybook --node-resolve --watch --open

storybook:build

build-storybook

storybook:publish

npm run lint && npm run analyze && npm run storybook:build && gh-pages -d storybook-static

npm:publish

npm run lint && npm run build && cp ../README.md dist/ && cp ../LICENSE dist/ && cp package.json dist/ && cd dist/ && npm publish --access public && rimraf dist/
npm i @holochain-open-dev/calendar-events

Metadata

Downloads

Maintainers