Bitshala-Incubator / silent-pay

a TS library for silent payments
MIT License
8 stars 10 forks source link

Use Yarn Workspaces (or Alternative) to make this a monorepo of separate packages #16

Closed theanmolsharma closed 4 months ago

theanmolsharma commented 6 months ago

We should use an alias for src directory instead of having '../../' in import paths. I suggest we use something like @core and @wallet as aliases for importing core lib and wallet lib.

emjshrx commented 5 months ago

https://betterprogramming.pub/the-native-way-to-configure-path-aliases-in-frontend-projects-5db70f19a6e0

emjshrx commented 4 months ago

We need to migrate to something like yarn workspaces to manage the different folders as separate packages.

theanmolsharma commented 4 months ago

@emjshrx I've already started working on this and will open a PR by EOD today. I'll add you as a reviewer. Sorry if you already spent time on this. I forgot to mention it here that I'm working on this issue.

emjshrx commented 4 months ago

@emjshrx I've already started working on this and will open a PR by EOD today. I'll add you as a reviewer. Sorry if you already spent time on this. I forgot to mention it here that I'm working on this issue.

All good, I had just started reading up and not code yet