mirror of
https://github.com/PrismarineJS/prismarine-web-client.git
synced 2024-11-28 18:45:46 -05:00
24 lines
996 B
Markdown
24 lines
996 B
Markdown
|
# prismarine-template
|
||
|
[![NPM version](https://img.shields.io/npm/v/prismarine-template.svg)](http://npmjs.com/package/prismarine-template)
|
||
|
[![Build Status](https://github.com/PrismarineJS/prismarine-template/workflows/CI/badge.svg)](https://github.com/PrismarineJS/prismarine-template/actions?query=workflow%3A%22CI%22)
|
||
|
[![Discord](https://img.shields.io/badge/chat-on%20discord-brightgreen.svg)](https://discord.gg/GsEFRM8)
|
||
|
[![Gitter](https://img.shields.io/badge/chat-on%20gitter-brightgreen.svg)](https://gitter.im/PrismarineJS/general)
|
||
|
[![Irc](https://img.shields.io/badge/chat-on%20irc-brightgreen.svg)](https://irc.gitter.im/)
|
||
|
[![Try it on gitpod](https://img.shields.io/badge/try-on%20gitpod-brightgreen.svg)](https://gitpod.io/#https://github.com/PrismarineJS/prismarine-template)
|
||
|
|
||
|
A template repository to make it easy to create new prismarine repo
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
```js
|
||
|
const template = require('prismarine-template')
|
||
|
|
||
|
template.helloWorld()
|
||
|
```
|
||
|
|
||
|
## API
|
||
|
|
||
|
### helloWorld()
|
||
|
|
||
|
Prints hello world
|