create-jsy

Init a priate JSY project without any prompts!

Usage no npm install needed!

<script type="module">
  import createJsy from 'https://cdn.skypack.dev/create-jsy';
</script>

README

create-jsy

Init a private JSY project without any prompts!

Please see JSY language docs for details on the JSY dialect.

Variants:

  • basic (default): Rollup basic config
  • iso: Rollup config with conditional compilation
npm init jsy
# or
npm init jsy «variant»

or if your npm version is before 6.1:

npx create-jsy