mason
mason copied to clipboard
Tools which allow developers to create and consume reusable templates called bricks.
**Description** Allow importing local hook files in `pre_gen.dart` and `post_gen.dart`. **Requirements** - [ ] Allow importing local files in hooks. **Additional Context** Useful for complex hooks and for sharing logic...
## Status **READY** ## Description Displays milliseconds appropriately when `progress` takes less than 100 milliseconds to complete like in this picture: **Currently returns `0.0s` if less than 100ms.** This is...
## Status **READY** ## Description This PR addresses the open issue #451 I have given the .progress API an optional value where developers can pass through their own array of...
**Description** unintentionally delete or rename the global brick path affect the global /local mason command. like list ,make commands. [#480](https://github.com/felangel/mason/issues/480) [484](https://github.com/felangel/mason/issues/484) **Steps To Reproduce** delete or rename the brick you...
## Status **READY FOR REVIEW** ## Description Right now, if you provide more than one file for `mason bundle`, it will only look at the first file. That is because...
**Description** Add an ANSI wrapper that enables hyperlinks/links in the terminal. More info at this [Gist](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda) on how to achieve the desired effect. I've done this in one of my...
**Description** I was wondering if it would be possible to have you on conflict strategy added to a config file this way if I have a brick that adds a...
**Description** Allow people to customize the characters for the progress "animation" triggered by `logger.progress`. **Requirements** - [ ] People can pass an array of characters. **Additional Context** Today, characters are...
# Proposal: Brick Template Inheritance ## Description As a developer, I want to be able to compose bricks from other bricks so that I can simplify, reuse, and reduce the...
**Description** As a developer, there are many use-cases for knowing the current index and/or whether the current loop iteration is the first/last. For example, when generating a class definition and...