mothership_module

A simple module

Usage no npm install needed!

<script type="module">
  import mothershipModule from 'https://cdn.skypack.dev/mothership_module';
</script>

README

mothership_module

This module was generated using AB Tasty module CLI. You can find more infomation and documentation about modules at https://abtasty.gitbooks.io/module/.

Preview your module

Launch your module in a new window and watch for changes.

npm start

Main files

  • main.js Main source code of your module
  • icon.png Icon for your module (recommended size: 200x200px)

Included

We heard your module have an UI, so we allowed ourselves to include some extra:

  • Pug (aka Jade) to transforms html files into JS template.
  • PostCSS to automatically append your CSS to head just using import 'yourstyle.css' and also use CSS plugins including:

Add your module to AB Tasty

  1. First, you'll need to have your module on NPM:
    • Create a minified bundle with npm run build
    • Bump the version of your module (using semver) with npm version [patch|minor|major]
    • Publish it to NPM: npm publish
  2. Once your module is on NPM, you can now add it on AB Tasty at https://marketplace.abtasty.com/publish.