typescript-rtti
Emits Typescript metadata for use at runtime
File Explorer
Download Latest Version (.zip)- config.yml
- launch.json
- settings.json
- format.md
- format.ts
- index.ts
- generic-transience.test.ts
- get-parameter-names.ts
- index.ts
- reflect-interface.test.ts
- reflect.test.ts
- reflect.ts
- reflected-type-ref-equals.test.ts
- reify.test.ts
- sealed.ts
- value-matches.test.ts
- main.ts
- class-analyzer.ts
- class-details.ts
- compile-error.ts
- import-analyzer.ts
- interface-analyzer.ts
- interface-details.ts
- type-import.ts
- visitor-base.ts
- api-transformations.test.ts
- generic-transience.test.ts
- imports.test.ts
- interfaces.test.ts
- legacy-metadata.test.ts
- metadata.test.ts
- module-types.test-harness.ts
- api-call-transformer.ts
- declarations-emitter.ts
- encode-parameter.ts
- find-relative-path.test.ts
- find-relative-path.ts
- flags.ts
- forward-ref.ts
- get-exports-for-symbol.ts
- index.ts
- legacy-decorator.ts
- legacy-type-encoder.ts
- literal-node.ts
- metadata-collector.ts
- metadata-decorator.ts
- metadata-emitter.ts
- metadata-encoder.ts
- rt-helper.ts
- rtti-context.ts
- rtti-visitor-base.ts
- sanity.test.ts
- serialize.ts
- ts-internal-types.ts
- type-encoder.ts
- type-literal.ts
- utils.ts
- workarounds.ts
- index.ts
- runner.test-harness.ts
- .editorconfig
- .git-blame-ignore-revs
- .gitignore
- .npmignore
- .nycrc
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- favicon.svg
- jest.config.ts
- jest.setup.ts
- LICENSE
- logo-long.svg
- logo.svg
- package-lock.json
- package.esm.json
- package.json
- pull_request_template.md
- README.md
- tsconfig.esm.json
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/typescript-rtti/typescript-rtti
Downloads the entire project code from GitHub to your computer.
cd typescript-rtti
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install typescript-rtti reflect-metadata
Downloads and installs the libraries listed in package.json.
npm install ttypescript -D
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
