@activeviam/scripts

Scripts for developing React/TypeScript libraries.

Usage no npm install needed!

<script type="module">
  import activeviamScripts from 'https://cdn.skypack.dev/@activeviam/scripts';
</script>

README

Scripts

activeui-scripts provides a toolchain for building, testing, and linting JavaScript/TypeScript libraries.

Commands

  • build
  • test
  • lint
  • start

To see more info run yarn activeui-scripts --help.

Development

This package is tailed to ActiveUI's needs and workflows.

If you need to change how things work, or make things more customizable you can take inspiration from:

  • kcd-scripts - Kent C. Dodds variant of this idea.
  • tsdx - A zero config toolchain for TypeScript libraries.
  • react-scripts - Create React App scripts, maybe not that useful, since these are for app development, not libraries.