Skip to content
View aprosail's full-sized avatar
📚
Make clear knowledge
📚
Make clear knowledge
Block or Report

Block or report aprosail

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
aprosail/README.md

Followings are the projects maintained by me. But some of them may still working in progress. New issues and pull requests are welcome, but please make the code clean and readable when communicating with me.

Tools and Applications

  • Open source applications: ...

  • Command line tools:

    • Template Sync: a tool that helps you to reuse your configuration files, with some build-in templates.
  • VSCode extensions: ...

Toolchains

  • Dart:

    • Strict lints: a strict linter options for dart and flutter, and its API sync tool.
    • Syntax sugar: dart language utilities, code more here to code less in your codebase.
    • Terminal decorate: terminal font style and color, as ANSI X3.64, ECMA-48, or ISO 6429.
  • Flutter:

    • Wrap: syntax sugar for chain-style programming in Flutter.
  • Node and frontend: ...

  • Go programming language: ...

Contributions

Followings are my contributions to the repositories maintained by other people. All contributions listed here are the ones that had already been merged into distribution branches such as main and stable by corresponding maintainers. All those contributions have exact use. Contributions only on comments or documentations are not included here.

How to reach me

You can also create an issue inside this GitHub repository to chat with me, as perhaps I cannot receive your email, and I'm not really interested in common social medias interactions.

Pinned

  1. wrap wrap Public

    Chain style programming syntax sugar utilities for flutter widgets.

    Dart

  2. strict-lints strict-lints Public

    A strict linter option for Dart and Flutter.

    Dart

  3. terminal-decorate terminal-decorate Public

    Terminal colorization and text style decoration for Dart.

    Dart

  4. conformat conformat Public

    Format configuration files without environment dependencies.

    Go

  5. templates templates Public

    Help you to reuse your config files from a single line of comment, and this repo also provides some build-in configuration templates.

    Go

  6. expect expect Public

    Syntax sugar for easier and highlighted golang testing.

    Go