infinitered / ignite

Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more! 9 years of continuous development and counting.
MIT License
17.74k stars 1.4k forks source link

refactor: replace shell commands with filesystem API in project creation #2817

Closed AsterisMono closed 3 weeks ago

AsterisMono commented 1 month ago

Please verify the following:

Describe your PR

Fixes #2816.

This PR replaces the rm and mv shell commands in project creation with gluegun (fs-jetpack) filesystem calls to ensure compatibility with Windows (Since there's no mv and rm in Windows CMD).

frankcalise commented 1 month ago

Thanks for this! We will try and get it tested soon

infinitered-circleci commented 3 weeks ago

:tada: This PR is included in version 10.0.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: