0.0.4 • Published 6 years ago

@jmfirth/lit-html-redux v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

lit-html-redux

styled with prettier Greenkeeper badge Travis Coveralls Dev Dependencies Donate

Redux bindings for lit-html.

Usage

git clone https://github.com/jmfirth/lit-html-redux.git
cd lit-html-redux

yarn install

Scripts

  • npm t: Run test suite
  • npm start: Run npm run build in watch mode
  • npm run test:watch: Run test suite in interactive watch mode
  • npm run test:prod: Run linting and generate coverage
  • npm run build: Generate bundles and typings, create docs
  • npm run lint: Lints code
  • npm run commit: Commit using conventional commit style (husky will tell you to use it if you haven't :wink:)

Automatic releases

Prerequisites: you need to create/login accounts and add your project to:

Prerequisite for Windows: Semantic-release uses node-gyp so you will need to install Microsoft's windows-build-tools using this command:

npm install --global --production windows-build-tools