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

https://github.com/dataideaorg/dataidea-typescript

TypeScript Full Course
https://github.com/dataideaorg/dataidea-typescript

Last synced: 4 months ago
JSON representation

TypeScript Full Course

Awesome Lists containing this project

README

          

# dataidea-typescript

This file will become your README and also the index of your
documentation.

## Developer Guide

If you are new to using `nbdev` here are some useful pointers to get you
started.

### Install dataidea_typescript in Development mode

``` sh
# make sure dataidea_typescript package is installed in development mode
$ pip install -e .

# make changes under nbs/ directory
# ...

# compile to have changes apply to dataidea_typescript
$ nbdev_prepare
```

## Usage

### Installation

Install latest from the GitHub
[repository](https://github.com/dataideaorg/dataidea-typescript):

``` sh
$ pip install git+https://github.com/dataideaorg/dataidea-typescript.git
```

or from [conda](https://anaconda.org/dataideaorg/dataidea-typescript)

``` sh
$ conda install -c dataideaorg dataidea_typescript
```

or from [pypi](https://pypi.org/project/dataidea-typescript/)

``` sh
$ pip install dataidea_typescript
```

### Documentation

Documentation can be found hosted on this GitHub
[repository](https://github.com/dataideaorg/dataidea-typescript)’s
[pages](https://dataideaorg.github.io/dataidea-typescript/).
Additionally you can find package manager specific guidelines on
[conda](https://anaconda.org/dataideaorg/dataidea-typescript) and
[pypi](https://pypi.org/project/dataidea-typescript/) respectively.

## How to use

Fill me in please! Don’t forget code examples:

``` python
1+1
```

2