Changes to executable from CLI & Adds some README info
This commit is contained in:
parent
9c31a92abd
commit
0dafbabc23
7 changed files with 325 additions and 110 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue