cespare / reflex

Run a command when files change
MIT License
3.35k stars 135 forks source link

Enforce group naming or Apply alias #91

Open daison12006013 opened 2 years ago

daison12006013 commented 2 years ago

Currently we have these pattern

[01] second
[00] first
[01] second
[00] first
[00] first
[01] second
[01] second
[00] first
[01] second
[00] first

is there anyway we can name those 00 / 01 for easy and traceable coding?

[go] second
[reactjs] first
...