README
ACE first npm package
This package writes to the console with ACE prefix
Installation
npm install @abardach/myfirstpackage
Usage
import AceConsoleLogFunc from '@abardach/myfirstpackage'
AceConsoleLogFunc('word') # writes to the console: 'This is printed from ACE npm first package: words'