TheraPackages / demo-tool

demo how to import third party dependency in thera.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demo-tool

This package is used to demonstrate how to import third party dependencies into thera project. Its apis do nothing except returning a answer string.

var tool = require('demo-tool');

console.log(tool.desc);
console.log(tool.name());
console.log(tool.job());
console.log(tool.company());

About

demo how to import third party dependency in thera.


Languages

Language:JavaScript 100.0%