Added model files, tslint.

Model files will likely be externalized to its own 'spec' project
when the rest of the project is rewritten in typescript. That module
will likely contain processing utilities.
This commit is contained in:
Daniel Scalzi
2019-07-28 14:28:38 -04:00
parent 68e09fbac7
commit b76ec4a346
7 changed files with 247 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
import yargs from 'yargs'
/* tslint:disable:no-shadowed-variable */
import { resolve } from 'path'
import yargs from 'yargs'
// Registering yargs configuration.
// tslint:disable-next-line:no-unused-expression
yargs
.scriptName('')
.coerce({
@@ -22,4 +25,4 @@ yargs
})
.demandCommand()
.help()
.argv
.argv