kibicat / lune

πŸˆπŸŒ‘ A frontend for Mastodon, written in Ecmascript and tested with Deno.

Home Page:https://kibicat.github.io/lune/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸˆπŸŒ‘ lune

Formatting

Lune uses deno fmt to ensure a consistent coding style across the codebase. The configuration used by this repository is stored in deno.json, which must be passed to deno fmt using the --config option.

You are welcome to create a separate configuration for local use (for example, one which uses tabs instead of spaces). Just be sure to reformat using deno fmt --config deno.json before you commit!

Before You Commit

  1. Add your name/alias to the copyright statement at the beginning of any files you edited.

  2. Lint with deno lint --config deno.json and fix any errors.

  3. Reformat with deno fmt --config deno.json to ensure consistent coding style.

  4. Ensure tests pass with deno test --config deno.json.

About

πŸˆπŸŒ‘ A frontend for Mastodon, written in Ecmascript and tested with Deno.

https://kibicat.github.io/lune/

License:Mozilla Public License 2.0


Languages

Language:JavaScript 97.1%Language:HTML 2.9%