typedoc-loopingz-theme

v1.1.3
Improved theme for Typedoc
typescript documentation generator typedocplugin

clean:build

./node_modules/.bin/rimraf bin

clean:node_modules

rm -rf ./node_modules/

clean

npm run clean:build

grunt

cp ./third_party/gruntfile.js ./ && ./node_modules/.bin/grunt

tsc

./node_modules/.bin/tsc

build

npm run build:theme && npm run build:plugin

build:theme

npm run clean:build && npm run grunt

build:plugin

npm run tsc && mv ./plugin.js ./bin/default/plugin.js && mkdir ./bin/default/helpers && cp ./third_party/src/default/helpers/*.js ./bin/default/helpers

lint

npm run lint:plugin && npm run lint:theme

lint:plugin

tslint -p .

lint:theme

tslint third_party/src/default/assets/js/src/typedoc/**/*.ts

test

npm run test:rebuild

test:ci

yarn test:rebuild && yarn audit

test:rebuild

yarn clean:node_modules && yarn && yarn build
npm i typedoc-loopingz-theme

Metadata

  • Apache-2.0
  • >=6
  • Remi Cattiau based on Nick Felker, based on work by Sebastian Lenz
  • released 9/15/2021

Downloads

Maintainers