Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 402 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 402 Bytes

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