Changes to executable from CLI & Adds some README info

This commit is contained in:
pgm-chardelv1 2021-07-20 11:28:22 +02:00
parent 9c31a92abd
commit 0dafbabc23
7 changed files with 325 additions and 110 deletions

View file

@ -2,7 +2,8 @@ import interpret from './interpret.js';
import RuleSet from './RuleSet.js';
const printMsg = () => {
console.log("BE-StressMap has been installed successfully!")
console.info("BE-StressMap has been installed successfully!")
console.info("View the README file for instructors on how to use this module.")
}
export {