mason icon indicating copy to clipboard operation
mason copied to clipboard

Tools which allow developers to create and consume reusable templates called bricks.

Results 131 mason issues
Sort by recently updated
recently updated
newest added

**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...

enhancement

## 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...

enhancement

## 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...

enhancement

**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...

bug

## 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...

enhancement

**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...

enhancement

**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...

enhancement candidate
waiting for response

**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...

enhancement

# 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...

feedback wanted
enhancement candidate
customer:🦄

**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...

enhancement candidate