Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apurvjha123/npm-package-toprintname
https://github.com/apurvjha123/npm-package-toprintname
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/apurvjha123/npm-package-toprintname
- Owner: apurvjha123
- Created: 2022-05-22T11:18:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-22T12:21:43.000Z (over 2 years ago)
- Last Synced: 2024-04-24T23:48:55.048Z (7 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## npm-package-toPrintName
# What it does
This is the basic project of npm package which will simply print my name in the console without any dependencies.# resources to used to create this project
- javaScript
- JSON
- node.js### NPM
> _Use these installation steps_
#### Installation
```bash
npm i print-name-package
```#### Import
```javascript
const name = require('print-name-package');name('Enter Your Name');
```
### And feel free to use this app