https://github.com/xmuli/npm-exmaple
Hello npmjs, it is my first npm hello package.
https://github.com/xmuli/npm-exmaple
js npm npm-package
Last synced: 11 months ago
JSON representation
Hello npmjs, it is my first npm hello package.
- Host: GitHub
- URL: https://github.com/xmuli/npm-exmaple
- Owner: XMuli
- License: mit
- Created: 2024-04-09T07:28:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T09:46:11.000Z (about 2 years ago)
- Last Synced: 2024-11-21T00:02:58.631Z (over 1 year ago)
- Topics: js, npm, npm-package
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/npm-exmaple
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# npm-exmaple

- GitHub: [npm-exmaple](https://github.com/XMuli/npm-exmaple)
- Nodejs: [npm-exmaple](https://www.npmjs.com/package/npm-exmaple)
### Describe
Hello npmjs, it is my first npm hello package.
### Down
```powershell
npm install npm-exmaple
```
### Build & Run
```powershell
# build, Add the following to your own project myindex.js
const npm_example = require('npm-exmaple')
const temp = npm_example.printf_npm_package_exmaple()
console.log('[call npm-exmaple]', temp)
# Run this npm package
node myindex.js
```
### Show

### Upload npmjs.com
```powershell
# local folder
> npm publish
```