Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apurvjha123/npm-package-toprintname


https://github.com/apurvjha123/npm-package-toprintname

Last synced: about 1 month ago
JSON representation

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