Skip to content

cli for developing and deploying lowdown interactives

License

Notifications You must be signed in to change notification settings

theprate/interactive-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

interactive-kit

cli for developing and deploying lowdown interactives.

Setup

Add to a interactives-* project.

npm i --save-dev interactive-kit

Add helper command to package.json#scripts.

json

{
  "scripts": {
    "ik": "`npm bin`/interactive-kit"
  }
}

Commands

interactive-kit init - initializes interactive to lowdown

interactive-kit dev - bundles your interactive from src/entry.js. Viewable from http://localhost:2334 via interactive-frame.

interactive-kit publish - publishes new version to lowdown

About

cli for developing and deploying lowdown interactives

Resources

License

Stars

Watchers

Forks

Packages

No packages published