An open API service indexing awesome lists of open source software.

https://github.com/md-command-line/ts-through-osmosis-document-things-learned


https://github.com/md-command-line/ts-through-osmosis-document-things-learned

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

reading through some oclif repositories, poking around to see how things work.

## package.json
files: [
"if files array is specified everything is excluded by default and only those files explicitly listed will be included in the packaged tarball." - source
]

https://github.com/TypeStrong/ts-node
https://github.com/Microsoft/tslib
https://github.com/Microsoft/TypeScript
tsc - type script compiler
tsc -p compile project
nyc - babel istanbul plugin https://github.com/istanbuljs/babel-plugin-istanbul
tsc --noEmit do not emit outputs.
mocha --forbid-only causes test marked with only to fail the suite. https://mochajs.org/

A name can be optionally prefixed by a scope, e.g. @myorg/mypackage. See npm-scope for more detail.

https://mochajs.org/#mochaopts