@pinechat/pine.js
v1.0.0
Published
A terminal-based chatting framework built in Node.js by DmmD.
Downloads
2
Readme
Pine.js
About
A terminal-based chatting framework built in Node.js by DmmD.
This package is made possible by:
- iiPython:
- Bug finding & supporting
Basics
Installation
To install this package to your project, please ensure that you have Node.js correctly installed.
Recommended:
Open a terminal and type the following if you wish to install it from npm:
npm install @pinechat/pine.js --save
Import
You can import pine.js to this package by typing the following.
CJS:
const pine = require("@pinechat/pine.js");
ES6:
import pine from "@pinechat/pine.js";
Contact
- Discord Username:
DmmD - Dm123321_31mD Gaming#9423
- Discord Server: https://discord.gg/f3TdGwMMrt
- Email:
[email protected]
- Github: https://github.com/dmmdjs
Last Updated - October 17, 2021
Made by - Dm123321_31mD
@dmmdjs README v4