@achiga_jacoblee/simple-hello-world-example 中文文档教程

发布于 5年前 浏览 14 项目主页 更新于 3年前

simple-hello-world-example

A Simple Hello World Example Package

Installation

Install via NPM:

npm install simple-hello-world-example

Usage

javascript

var myApp = require("simple-hello-world-example");

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

TypeScript

import * as myApp from 'simple-hello-world-example';

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

License

这个项目是根据 麻省理工学院许可证

Reference

https://medium.com/better-programming/create-and-publish-your-npm-package-node-module-in-just-10-minutes-4b91e30fe9d7

simple-hello-world-example

A Simple Hello World Example Package

Installation

Install via NPM:

npm install simple-hello-world-example

Usage

javascript

var myApp = require("simple-hello-world-example");

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

TypeScript

import * as myApp from 'simple-hello-world-example';

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

License

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

Reference

https://medium.com/better-programming/create-and-publish-your-npm-package-node-module-in-just-10-minutes-4b91e30fe9d7

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文