illuminate-js

v1.0.0-alpha.2
Syntax Highlighting for NodeJS

test

jest --no-cache

coverage

jest --no-cache --coverage

build

yarn run prebuild && yarn run build:cjs && yarn run build:esm && yarn run postbuild

prebuild

node scripts/build-index.js

postbuild

node scripts/copy-css.js

build:esm

rimraf ./esm && tsc --target es6 --module es6 --outDir ./esm

build:cjs

rimraf ./lib && tsc --target es6 --module commonjs --outDir ./lib

prepublishOnly

yarn test && yarn run build
npm i illuminate-js

Metadata

  • MIT
  • Whatever
  • Vivek Kumar Bansal
  • released 1/21/2018

Downloads

Maintainers