# mt-template

> mini-tutorial.js template project

Latest version **1.0.1** (published 2018-09-02) · BSD-3-Clause license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install mt-template
pnpm add mt-template
yarn add mt-template
bun add mt-template
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2018-09-02 |
| First published | 2018-09-02 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 5.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Dennis Schulmeister-Zimolong |
| Maintainers | dschulmeis |
| Keywords | mini-tutorial.js, template, documentation, manual |

## Links

- npm: https://www.npmjs.com/package/mt-template
- Repository: https://github.com/DennisSchulmeister/mt-template
- Issues: https://github.com/DennisSchulmeister/mt-template/issues
- npm.io page: https://npm.io/package/mt-template

## Alternatives

- [@cantoo/pdf-lib](https://npm.io/package/@cantoo/pdf-lib.md) — 297.9K weekly downloads
- [datatables.net-buttons](https://npm.io/package/datatables.net-buttons.md) — 200.1K weekly downloads
- [@ckeditor/ckeditor5-export-pdf](https://npm.io/package/@ckeditor/ckeditor5-export-pdf.md) — 167.0K weekly downloads
- [scanbot-web-sdk](https://npm.io/package/scanbot-web-sdk.md) — 15.0K weekly downloads
- [@syncfusion/ej2-angular-pdfviewer](https://npm.io/package/@syncfusion/ej2-angular-pdfviewer.md) — 8.8K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2018-09-02
- 1.0.0 — 2018-09-02

## README

mini-tutorial.js template project
=================================

Getting Started
---------------

This is the recommended project structure for a `mini-tutorial.js` document.
Simply download this repository and start hacking it. It couldn't be easier. :-)

 * Download this repository (__Clone or download » Download ZIP__)
 * Extract anywhere on your computer
 * Install needed packages
 * Hack away

Use the following commands while working on a document:

 * `npm install` to install all dependencies
 * `npm run start` to open a browser for a live preview
 * `npm run build` to build a static version for uploading on a webserver
 * `npm run watch` to rebuild after each change without starting a local server
 * `npm run clean` to just clean the dist directory

The project may contain as many documents as you like. Each one of them is
just a HTML file in the `src` directory. See `src/index.html` for an example.

Copyright
---------

`mini-tutorial.js` uses the Affero GPL 3. This example however uses a
3-clause BSD license, because you may not want to use the GPL on your documents.
:-) Well if you do, hat off to you, but of course you don't have to.

mini-tutorial.js (https://www.github.com/DennisSchulmeister/mini-tutorial.js) <br/>
This template: (https://www.github.com/DennisSchulmeister/mt-template) <br/>
© 2018 Dennis Schulmeister-Zimolong <dennis@pingu-mail.de>

---
_Source: https://npm.io/package/mt-template · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
