viewport-toolsdeprecated

Developer tools for Scroll Viewport theme developers (more info: https://www.k15t.com/software/scroll-viewport).

Usage no npm install needed!

<script type="module">
  import viewportTools from 'https://cdn.skypack.dev/viewport-tools';
</script>

README

viewport-tools

The viewport-tools contain command-line tools for Scroll Viewport theme developers.

Installation

Being command-line the viewport-tools should be installed globally.

$ npm install -g viewport-tools

If that doesn't work, try $ sudo npm install -g viewport-tools.

Usage

Initialize local development

Set up ~/.viewportrc to develop locally with the gulp-viewport plugin:

$ viewport init

Create a new Scroll Viewport Theme

Create a new Scroll Viewport theme project:

$ viewport create

NOTE: Make sure to follow the getting started steps provided when the theme has been created.

Development

  1. Checkout project
  2. Do npm link

Resources

License

MIT