"orangetech-build": "git+ssh://stash.orangetech.com:6998/bow/orangetech-build.git#0.5.0",
@Hypercubed Yes, I removed the Makefile. I forgot to update the README. Damn. You can just run npm install & ./bin/cmd.js link
. That was essentially what the Makefile was doing. I’m goint to add it back in. Shouldn’t have removed it.
What the Makefile also did was it allowed ied to install its own dependencies once the initial versions have been fetched from the registry.
somebody could help me
I need to connect SQL Server 2008 with github
Thank you
this project is no longer maintained but you can see benchmark comparisons between npm/yarn/pnpm here: https://github.com/pnpm/pnpm
pnpm works similarly to how ied works
@alexanderGugel hello, Alexander, I am author of SpaceVim, we just implement a tasks system, which is like vscode tasks manager, for ied. the most used tasks command is ied run build
and ied run test
? so the task config file .SpaceVim.d/tasks.toml
is:
[ied-build]
command = "ied"
args = ['run', 'build']
isBackground = false
[ied-test]
command = "ied"
args = ['run', 'test']
isBackground = false
for more info, please checkout the tasks doc: https://spacevim.org/documentation/#tasks