@achiga_jacoblee/simple-hello-world-example 中文文档教程
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
更多
你可能也喜欢
- @0x111/react-user-avatar 中文文档教程
- @1ncounter/vue-cli-plugin-base 中文文档教程
- @1on/rc-cli 中文文档教程
- @21kb/react-online-status-hook 中文文档教程
- @2create/drone 中文文档教程
- @3test/ethereum-bitski-frontend-provider 中文文档教程
- @4geit/swg-chance-set-true-helper 中文文档教程
- @54696d654a6f6c74/html-injector 中文文档教程
- @6dtech/6d-ui 中文文档教程
- @6river/loopback2-component-pubsub 中文文档教程