Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 11 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | const ReactRaise = require('./lib/ReactRaise'); |
||
2 | const speak = require('./lib/speak'); |
||
3 | |||
4 | speak('React Raise', 'figlet'); |
||
5 | speak( |
||
6 | 'Setup Information\n\tPlease answer the questions below to setup your app' |
||
7 | ); |
||
8 | |||
9 | const app = new ReactRaise(); |
||
10 | |||
11 | app.init(); |
||
12 |