@digithia/example
v0.2.0
Published
Digithia example package.
Downloads
7
Readme
Digithia Example
This librairy don't perform any action but provide a file structure, a documentation and bests practices for others Digithia's librairies.
Install
run npm install @digithia/example
in a project.
Usage
This librairy doesn't provide any usefull functions but you still can use it this way :
import { helloWorld } from '@digithia/example'
console.log(helloWorld()) // Hello world
Or with require
syntax :
const { helloWorld } = require('@digithia/example')
console.log(helloWorld()) // Hello world
More
For further informations, go to the git page and look at doc/
folder.