Skip to content

ponkyky/django-pipeline-typescript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-pipeline-typescript

Pipeline compiler for Typescript

Installation

You need django-pipeline, this library contains only the compiler for typescript and you also need to install typescript compiler using node package manager:

Django Pipeline

NodeJS & NPM

npm install -g typescript

pip install django-pipeline-typescript

Add the compiler to pipeline configuration:

PIPELINE_COMPILERS = (
  'pipeline_typescript.compilers.TypescriptCompiler',
)

About

Pipeline compiler for Typescript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%