codesandbox-api

v0.0.32
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![Greenkeeper badge](https://badges.greenkeeper.io/alexjoverm/typescript-library-starter.svg)](https://greenkeeper.io/) [![Travi

prebuild

rimraf dist

build

tsc && rollup -c && rimraf compiled

build:clean

tsc && rollup -c

build:dev

tsc && rollup -c

commit

git-cz

deploy-docs

ts-node tools/gh-pages-publish

lint

tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'

report-coverage

cat ./coverage/lcov.info | coveralls

semantic-release

semantic-release pre && npm publish && semantic-release post

semantic-release-prepare

ts-node tools/semantic-release-prepare

start

nodemon --watch "src/**/*.ts" -e ts --exec "npm run build:clean"

test

jest

test:prod

npm run lint && npm run test -- --coverage --no-cache

test:watch

jest --watch
npm i codesandbox-api

Metadata

  • MIT
  • >=6.0.0
  • Ives van Hoorne
  • released 3/11/2021

Downloads