🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

generate-react-cli

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generate-react-cli - npm Package Versions

1
5689

2.0.0

Diff
arminbro
published 2.0.0 •

Changelog

Source

2.0.0 (2019-12-13)

⚠ BREAKING CHANGES

  • new command option parameters

Features

  • add TypeScript support (8d13018)

  • make stylesheets optional by adding “withStyle” option

  • improve developer experience when updating (“generate-react-cli.json”) the config file. The CLI will only inquire about the new missing properties in the config file the next time generate-react-cli is ran.

  • 🎸 make sure user is running Node 8 or higher (fe5dba1)

  • 💡 component command has a few option updates (67579d3)
arminbro
published 1.7.5 •

Changelog

Source

1.7.5 (2019-11-24)

Chores

  • major dependency update (chalk 3.0.0)
arminbro
published 1.7.4 •

Changelog

Source

1.7.4 (2019-11-24)

Chores

  • update dependencies
arminbro
published 1.7.3 •

Changelog

Source

1.7.3 (2019-11-07)

Chores

  • update readme
arminbro
published 1.7.2 •

Changelog

Source

1.7.2 (2019-11-06)

Bug Fixes

  • remove unnecessary use of Fragment in Lazy template
arminbro
published 1.7.1 •

Changelog

Source

1.7.1 (2019-11-06)

Chores

  • update dependencies

Bug Fixes

  • remove data-testid from jsTemplate if test library is not Testing Library
  • only import style object in jsTemplate if css module is true
arminbro
published 1.7.0 •

Changelog

Source

1.7.0 (2019-10-17)

Features

  • (#4) make getByTestId the default

Bug Fixes

  • fix (#3) generated tests always use FollowBtn
arminbro
published 1.6.2 •

Changelog

Source

1.6.2 (2019-10-02)

Chores

  • update readme
arminbro
published 1.6.1 •

Changelog

Source

1.6.1 (2019-10-02)

Features

  • support different testing component libraries

Chores

  • update dependencies
  • update readme
arminbro
published 1.5.9 •

Changelog

Source

1.5.9 (2019-09-29)

Chores

  • reorganize the file structure within the gr-cli