All Projects → nikaspran → coffee-to-ts

nikaspran / coffee-to-ts

Licence: other
[NOT ACTIVELY MAINTAINED] Convert CoffeeScript to TypeScript

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to coffee-to-ts

claw-compiler
CLAW Compiler for Performance Portability
Stars: ✭ 38 (+11.76%)
Mutual labels:  transpiler
cito
Ć programming language. Translated automatically to C, C++, C#, Java, JavaScript, Python, Swift, TypeScript and OpenCL C.
Stars: ✭ 1,372 (+3935.29%)
Mutual labels:  transpiler
Jikka
an automated solver for problems of competitive programming
Stars: ✭ 143 (+320.59%)
Mutual labels:  transpiler
schwalbe
"Transpiler" from the Schwalbe Programming Language to Swift
Stars: ✭ 28 (-17.65%)
Mutual labels:  transpiler
x
The Jule programming language
Stars: ✭ 35 (+2.94%)
Mutual labels:  transpiler
natsu-clr
il2cpp transpiler and runtime compatible with .Net Core
Stars: ✭ 76 (+123.53%)
Mutual labels:  transpiler
phpify
Compiles PHP modules for the browser with Uniter.
Stars: ✭ 18 (-47.06%)
Mutual labels:  transpiler
py2v
A Python to V transpiler.
Stars: ✭ 47 (+38.24%)
Mutual labels:  transpiler
cassidy
Cassidy programming language, bringing static typing, strictness, safety and precision into your web project
Stars: ✭ 25 (-26.47%)
Mutual labels:  transpiler
6umpukc
Тулинг для разработки сайтов и решений на Bitrix под Ubuntu/Windows
Stars: ✭ 13 (-61.76%)
Mutual labels:  transpiler
hexa
Compiler, standard library & backends
Stars: ✭ 74 (+117.65%)
Mutual labels:  transpiler
Sweet.apex
Next Generation of Apex Development
Stars: ✭ 43 (+26.47%)
Mutual labels:  transpiler
coro-scratch
A Scratch to Python transpiler that makes extensive use of coroutines
Stars: ✭ 22 (-35.29%)
Mutual labels:  transpiler
lua-in-js
A Lua to JS transpiler / runtime
Stars: ✭ 37 (+8.82%)
Mutual labels:  transpiler
neo4j-graphql-java
Pure JVM translation for GraphQL queries and mutations to Neo4j's Cypher
Stars: ✭ 94 (+176.47%)
Mutual labels:  transpiler
AutoWIG
Automatic Wrapper and Interface Generator
Stars: ✭ 107 (+214.71%)
Mutual labels:  transpiler
esp32-transpiler
Transpile Golang into Arduino code to use fully automated testing at your IoT projects.
Stars: ✭ 53 (+55.88%)
Mutual labels:  transpiler
atom-ts-transpiler
A transpiler for Atom packages that processes code with TypeScript
Stars: ✭ 14 (-58.82%)
Mutual labels:  transpiler
py2many
Transpiler of Python to many other languages
Stars: ✭ 420 (+1135.29%)
Mutual labels:  transpiler
jsx.js
small and extendable jsx transpiler
Stars: ✭ 19 (-44.12%)
Mutual labels:  transpiler

coffee-to-ts

A command line utility to transform CoffeeScript files to TypeScript

[NOT ACTIVELY MAINTAINED] This project is not actively maintained. Feel free to use it if it works for you and submit PRs but it's unlikely that I will personally be making any active changes.

Prerequisites

  1. node >= v4.0.0

Usage

  1. npm install -g nikaspran/coffee-to-ts#master
  2. coffee-to-ts <glob>

Examples:

  1. Convert all CoffeeScript files in the current directory
> coffee-to-ts "*.coffee"
Converted productPreviewDirective.coffee => productPreviewDirective.ts
  1. Use a different version of Node via nvm and convert all subdirectories of the current directory
> nvm exec stable coffee-to-ts "**/*.coffee"
Converted productPreviewDirective.coffee => productPreviewDirective.ts
Converted productDirective.coffee => productDirective.ts
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].