@davidbernal/browser-fs

v0.0.4

lint

tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'

prebuild

rimraf dist

build

tsc --module commonjs && rollup -c rollup.config.ts && typedoc --out docs --target es6 --theme minimal --mode file src

start

rollup -c rollup.config.ts -w

test

jest --coverage

test:watch

jest --coverage --watch

test:prod

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

deploy-docs

ts-node tools/gh-pages-publish

report-coverage

cat ./coverage/lcov.info | coveralls

commit

git-cz

semantic-release

semantic-release

semantic-release-prepare

ts-node tools/semantic-release-prepare

precommit

lint-staged

travis-deploy-once

travis-deploy-once
npm i @davidbernal/browser-fs

Source Code

Metadata

  • MIT
  • >=6.0.0
  • David Bernal
  • released 7/24/2019

Downloads

Maintainers