basetag icon indicating copy to clipboard operation
basetag copied to clipboard

⚾️ A better way to import local NodeJS modules

Results 8 basetag issues
Sort by recently updated
recently updated
newest added

I'm refactoring an application into smaller chunks and as part of that process I'm leaving the existing code as git submodules, but the paths are already cleaned up relative to...

Hi, I have just tried out this awesome package, and it works great! However one thing I notice is that I doesn't work when I install it as devDependency. Why...

If there's ever a v2 of this, I'd recommend using `@` rather than `$`. - `@` is commonly used to denote "home", "here" or "at", and "link" - `@` is...

Hey y'all! I wanted to use this in my project, however due to the npm issues (fix didn't work for me) I figured as it should only be a dev...

I discovered this because I've inherited a project with (literally) hundreds of files, many deeply nested. (I was searching around a bit after having realized Windows symlinks wouldn't work -...

## Expected Behavior ``` $ pnpm basetag rebase # app\common\domain\errors\index.js ../../infrastructure/Config.js -> $/app/common/infrastructure/Config.js # app\common\infrastructure\Config.js ../../../package.json" assert { type: "json -> $/package.json" assert { type: "json ... ``` ## Current...

- I needed `--all` today, which exists, but isn't in the readme - next time you run `npm version x` it'll come out prettier ``` chore(release): bump to vx.y.z ```

As of ~March of this 2024, it's now possible to get relative module support that doesn't break `require()`. Currently it's under a feature flag `node --experimental-require-module` but, after reading the...