Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 536 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 536 Bytes

{{ cookiecutter.npm_package_name }}

{{ cookiecutter.project_short_description }}

Package Installation

Requires Node to be installed:

npm install --save {{ cookiecutter.npm_package_name }}

For a developer installation, cd into this directory and run:

npm install
npm run build

This will install required dependencies and generate a Javascript bundle that is saved to `{{ cookiecutter.python_package_name }}/bundle.js`` and is distributed with the associated Python package.