0.0.3 • Published 5 years ago

obsidian-ui v0.0.3

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
5 years ago

Obsidian Framework

Build Status

Running Linter and Tests

To run the linter:

npx eslint .

To run all tests:

npm test

To run all test of a specific module:

npm test modules/my-module/

To only run test on changed files:

npm test -- -o

Build Documentation

Linux

apt install virtualenv
npm run build-doc

Windows

  • Download Python https://www.python.org/downloads/
  • Install Python, don't forget to check the checkbox to add path variables to windows
  • Open shell as an administrator
  • run pip install virtualenv

You can now run the following command to build doc:

npm run build-doc

Generate TS types

npx tsc -p ./obsidian

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago