fts-dev
TypeScript icon, indicating that this package has built-in type declarations

1.4.0 • Public • Published
FTS Logo

Dev Server for Functional TypeScript.

NPM Build Status JavaScript Style Guide

See the main docs for more info on FTS in general.

Install

npm install -g fts-dev

Usage

Say we have the following FTS function:

// example.ts
export function example(name: string, date: Date): string {
  return `${name}${date}`
}

You can easily create a local dev server for this function with:

fts-dev example.ts

The server defaults to port 3000.

License

MIT © Saasify

Package Sidebar

Install

npm i fts-dev

Weekly Downloads

19

Version

1.4.0

License

MIT

Unpacked Size

8.02 kB

Total Files

11

Last publish

Collaborators

  • fisch0920