Skip to content
/ lune Public

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

License

Notifications You must be signed in to change notification settings

kibicat/lune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸˆπŸŒ‘Β 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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published