First NPM package - CiaoMondo
$ npm install @mariosenese/ciaomondo
Call external script into
<head>
<script type="module" src="index.js"></script>
</head>
In index.js file, insert the next code
import {} from './node_modules/@mariosenese/ciaomondo/index.js';
import {stampaMessaggio} from './node_modules/@mariosenese/ciaomondo/index.js';
stampaMessaggio();