Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Support for moving linked files in tandem #107

Closed
paramaggarwal opened this issue Apr 23, 2020 · 4 comments
Closed

Feature: Support for moving linked files in tandem #107

paramaggarwal opened this issue Apr 23, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@paramaggarwal
Copy link

paramaggarwal commented Apr 23, 2020

Files can have linked files that should also move when the original file moves.

  • RN images: Moving icon.png should also move icon@2x.png and icon@3x.png.
  • Jest: Moving add.js should also move add.test.js.
  • TypeScript: Moving add.ts should also move add.d.ts.

Possible CLI syntax:

  • destiny src --linked @2x,@3x
  • destiny src --linked .d
  • destiny src --linked .test
@AnatoleLucet AnatoleLucet added the enhancement New feature or request label Apr 23, 2020
@paramaggarwal paramaggarwal changed the title Feature: Support for React Native image@2x.png format Feature: Support for moving linked files in tandem Apr 23, 2020
@AnatoleLucet
Copy link
Collaborator

@paramaggarwal Hi! Is there a reason why you would close this issue?

@paramaggarwal
Copy link
Author

Hi! I was going through all my open issues across GitHub and closing old ones. Should I reopen?

@AnatoleLucet
Copy link
Collaborator

Well, it seems like nobody had the time to implement this feature for now. But I believe this is a nice to have.
I'll reopen it, thanks for the clarification.

@AnatoleLucet AnatoleLucet reopened this Jul 3, 2020
github-actions bot pushed a commit that referenced this issue Aug 19, 2020
## [0.7.1](v0.7.0...v0.7.1) (2020-08-19)

### Bug Fixes

* [#115](#115), fix [#107](#107) ([8a4ea3e](8a4ea3e))
* [#136](#136) ([b194bbf](b194bbf))
* [#138](#138) ([54bd159](54bd159))
* add utils to spec fixture ([9d75c93](9d75c93))
* don't overwrite existing files ([9a2c6c4](9a2c6c4))
* handle edge cases where linked file is not found ([3a139cd](3a139cd))
* look for source file based on test file name first instead of first import ([0544d61](0544d61))
* remove node_module test because git ignores that folder ([6036bab](6036bab))
* treat story files like tests ([16edcb7](16edcb7))
* unused files ([85543f4](85543f4))
@github-actions
Copy link

🎉 This issue has been resolved in version 0.7.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants