How to use the ShellString function from shelljs
Find comprehensive JavaScript shelljs.ShellString code examples handpicked from public code repositorys.
90 91 92 93 94 95 96 97 98 99
}, files: [aotEntryFile], include: undefined, exclude: [filesInfo.distFolder, filesInfo.exampleFolder, 'node_modules'] }; sh.ShellString(JSON.stringify(newTsconfigJson, null, 4)).to(filesInfo.tsconfigJsonPath); sh.exec('npx ngc -p tsconfig.json'); // delete the aotEntry dummy file sh.rm('-f', aotEntryFile);
0
0
1
+ 63 other calls in file
shelljs.exec is the most popular function in shelljs (4615 examples)