0.3.0 • Published 6 years ago

@obsidianjs/obsidian v0.3.0

Weekly downloads
113
License
BSD-3-Clause
Repository
github
Last release
6 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.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.5

6 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago