Skip to content

zean6178/Tea-Node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

hello-zean

A Simple Hello Zean Example Package

Installation

Install via NPM:

npm install hello-zean

Usage

javascript

var myApp = require("hello-zean");

myApp.printMsg(); // print and return " Hello Zean! " 

TypeScript

import * as myApp from 'hello-zean';

myApp.printMsg(); // print and return " Hello Zean! " 

License

This project is licensed under the terms of the MIT license.

Releases

No releases published

Packages

No packages published