diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | .reuse/dep5 | 4 | ||||
| -rw-r--r-- | README.md (renamed from README.adoc) | 11 |
3 files changed, 9 insertions, 7 deletions
@@ -2,3 +2,4 @@ // SPDX-License-Identifier: GPL-3.0-or-later *.js /node_modules +README.html diff --git a/.reuse/dep5 b/.reuse/dep5 index e30f75c..9541263 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -10,3 +10,7 @@ License: GPL-3.0-or-later Files: tsconfig.json Copyright: 2022 Shulhan <ms@kilabit.info> License: GPL-3.0-or-later + +Files: README.md +Copyright: 2021 Shulhan <ms@kilabit.info> +License: GPL-3.0-or-later @@ -1,16 +1,13 @@ -// SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info> -// SPDX-License-Identifier: GPL-3.0-or-later -= web-user interface (wui) -Shulhan <ms@kilabit.info> +# web-user interface (wui) A HTML web-user interface components built with TypeScript. -== Coding style +## Coding style * Use snake_case for field, variable, HTML ID, and CSS class names. * Use camelCase for class, interface, type, function, or method names. * An exported type or class. interface, type, method, or function name MUST start with an upper-case letter. -* An exported class, type, interface, or function MUST be prefixed with "Wui". - +* An exported class, type, interface, or function MUST be prefixed with + "Wui". * Use the `WuiResponseInterface` for non-void return type. |
