Industrial / test-fp-ls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skeleton: Deno

This is a starter project for Deno projects.

Installation

git clone git@github.com:Industrial/skeleton-deno.git my-project
cd my-project
rm -rf .git
deno task prepare

NixOS

For NixOS, deno can be installed on a project basis by using the .envrc and flake.nix file. Run this command to automatically use the Nix Flake when entering the directory.

Usage

Lint

deno task lint
deno task lint:watch

Test

deno task test
deno task test:watch
deno task test:coverage

About


Languages

Language:TypeScript 90.7%Language:CSS 3.5%Language:HTML 2.0%Language:JavaScript 1.9%Language:Nix 1.6%Language:Shell 0.3%