Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "eledoc", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -69,6 +69,12 @@ <p align="center"> | ||
#### Prerequisites | ||
```sh | ||
npm install typedoc --save-dev | ||
``` | ||
#### Installation | ||
```sh | ||
npm install eledoc --save | ||
npm install eledoc --save-dev | ||
``` | ||
@@ -78,2 +84,4 @@ | ||
With the command line | ||
```sh | ||
@@ -83,2 +91,10 @@ npx typedoc --out docs src --theme node_modules/eledoc/bin/default/ | ||
Or in your `package.json` | ||
```ts | ||
"scripts": { | ||
"build:docs": "typedoc --out docs src --theme node_modules/eledoc/bin/default/", | ||
} | ||
``` | ||
## [🧠 Good to Know ⤢](https://github.com/pirix-gh/eledoc/wiki) | ||
@@ -149,2 +165,2 @@ | ||
## 💟 Friendly Projects | ||
- [`ts-toolbelt`](https://github.com/pirix-gh/ts-toolbelt) - 👷 Higher type safety for TypeScript | ||
* [`ts-toolbelt`](https://github.com/pirix-gh/ts-toolbelt) - 👷 Higher type safety for TypeScript |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
163
508374
2279