doc-snippets

v0.4.0-pre.2
Extract and inject snippets from code into markdown files

build

npx rimraf ./build && tsc --project tsconfig.build.json && yarn build:readme

build:readme

ts-node ./readme/build.ts

clean

npx rimraf ./build ./node_modules

reset

yarn clean && yarn && yarn build

lint

yarn eslint .

lint:fix

yarn eslint --fix .

publish:npm

yarn publish --access public --non-interactive --verbose

publish:pre:npm

yarn publish --access public --non-interactive --verbose --tag pre

version:apply

yarn version --new-version $(cat VERSION) --no-git-tag-version

test

jest --passWithNoTests --runInBand --verbose

Metadata

  • MIT
  • Whatever
  • Pileks
  • released 12/28/2022

Downloads