Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aikoven/typed-ice
TypeScript definitions for ZeroC ICE
https://github.com/aikoven/typed-ice
ice typescript zeroc
Last synced: about 2 months ago
JSON representation
TypeScript definitions for ZeroC ICE
- Host: GitHub
- URL: https://github.com/aikoven/typed-ice
- Owner: aikoven
- Created: 2016-12-12T08:42:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T23:53:03.000Z (over 3 years ago)
- Last Synced: 2024-10-31T06:48:17.398Z (2 months ago)
- Topics: ice, typescript, zeroc
- Language: TypeScript
- Size: 105 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript definitions for [Zeroc ICE](https://github.com/zeroc-ice/ice) [![npm version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]
## Usage
*tsconfig.json*
```json
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"ice": ["../../node_modules/typed-ice"],
"ice/*": ["../../node_modules/typed-ice/*"]
}
}
}
```[npm-image]: https://badge.fury.io/js/typed-ice.svg
[npm-url]: https://badge.fury.io/js/typed-ice
[travis-image]: https://travis-ci.org/aikoven/typed-ice.svg?branch=master
[travis-url]: https://travis-ci.org/aikoven/typed-ice