Vane's Life
Sign in Subscribe

TypeScript

A collection of 3 posts
Write Slack slash commands with Clime (TypeScript + Node.js)
TypeScript

Write Slack slash commands with Clime (TypeScript + Node.js)

Slack slash commands is one of the major interfaces interacting with a Slack integration. It is quite easy to integrate different functionalities with Slack slash commands. And this post will introduce a practice using TypeScript command-line interface framework Clime [https://github.com/vilic/clime]. > Please note that the following
Nov 6, 2017 4 min read
VS Code

Code in Real-world TypeScript with Node.js, Step by Step

As a great tool for JavaScript, TypeScript is trending. However, it's still new and you may be confused how would one actually use TypeScript in real world? I've been using TypeScript in my projects since 1.0. In this post, I will create a website in
Nov 22, 2015 3 min read
ES6

Organize ES6 Module Imports in Your Package

ES6 brings a new way [http://exploringjs.com/es6/ch_modules.html] to organize modules in JavaScript. Actually by using TypeScript, we have already been using import ... from '...'; for a long time since TypeScript 1.5 alpha. But, this is what we get: And it doesn't
Sep 13, 2015 1 min read
Page 1 of 1
Vane's Life © 2025
Powered by Ghost