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
- Host: GitHub
- URL: https://github.com/md-command-line/ts-through-osmosis-document-things-learned
- Owner: md-command-line
- Created: 2018-05-22T11:47:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T12:53:44.000Z (about 8 years ago)
- Last Synced: 2025-09-05T02:18:20.065Z (10 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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