reaction-cli
reaction-cli copied to clipboard
A command line tool for working with Reaction Commerce.
If you start getting a few plugins in your installation the CLI spends a fair amount of time trying to do `npm install` for each plugin, which 99% of the...
1186740 ms: Scavenge 1398.0 (1457.4) -> 1398.0 (1457.4) MB, 4.7 / 0 ms (+ 2.8 ms in 1 steps since last GC) [allocation failure] [incremental marking delaying mark-sweep]. 1187878 ms:...
the generated package.json does not define our common @reactioncommerce aliases. This makes it impossible to write: `import { registerComponent, getHOCs, getRawComponent } from "@reactioncommerce/reaction-components";` Reproduce: 1) Create new plugin via...
## Issue Description Got this when installing the CLI on a new environment: `WARN notice [SECURITY] command-exists has the following vulnerability: 1 critical. Go here for more details: https://nodesecurity.io/advisories?search=command-exists&version=1.2.2` Snyk...
If you do `reaction plugins create` the package.json created there doesn't contain the babel alias necessary to use imports. It would be great if this could be included "out of...
For GDPR compliance, please have the message below pop up when someone (unique user ID) runs the `reaction-init` for the first time, and every 90 days if they run that...
I've described the issue [here](https://gitter.im/reactioncommerce/reaction?at=5ae963aa0a9c956f041c92eb). I think the first solution should be sufficient - instead of the current regular clone, init would clone like this: ```shell $ git clone --depth=1...
## Issue Description I was trying to make my own theme, but I need to style the theme by SCSS instead of Less, - first I create the my-theme directory...
This command doesn't work unless you have a very specific configuration so it causes a lot of confusion and doesn't add a ton of value. I would suggest just removing...
Just would be cool to switch branches/update and have it run `meteor npm install` if necessary. Just a "nice-to-have"