janniks

Results 154 comments of janniks

I wasn't aware of this. But thanks for the report. We are working on an improved version of basetag, that should resolve this and some other problems. Will be ready...

Thanks for the feedback! Fun fact: The package was called `at-base` previously and used the `@`. Unfortunately, node/npm treat it a bit differently and using the `@` would delete/move files...

~Does the shell variable escaping give you any problems when using basetag?~

Got it! I've been thinking about a customizable basetag symbol for v2. Could be done via an optional `package.json` attribute or `.basetagrc` or similar. Users could use the default or...

Good catch! Maybe this was the issue I though I was having with `@`. I will do some investigating and think of a solution (maybe combined with #18 )

Damn 😬 You can try to use `@` for a project (that you have backed up somewhere). Last time I tried, npm started deleting random folders in my local project....

Wow! Great idea 💡 would be happy to have that in basetag's `bin`. Would even use it frequently, IDEs and editors mostly prefer the `../`s on auto-complete...

Script looks great, I'll test it out over the weekend 👍🏻

Works pretty well so far — I can take over if you wish... _Leaving myself some notes for the script for later:_ - [ ] add Windows Support (replace with...

Thanks for the input, I like your proposal. 👍🏻 Can you create a branch (on a fork) and commit your script? I will then create a feature branch and merge...