Initial upload: Project Scaffold CLI with multi-language templates and CI/CD
This commit is contained in:
12
project_scaffold_cli/templates/nodejs/index.js.j2
Normal file
12
project_scaffold_cli/templates/nodejs/index.js.j2
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
#!/usr/bin/env node
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {{ project_name }}
|
||||||
|
* {{ description }}
|
||||||
|
*/
|
||||||
|
|
||||||
|
function main() {
|
||||||
|
console.log('Welcome to {{ project_name }}!');
|
||||||
|
}
|
||||||
|
|
||||||
|
main();
|
||||||
Reference in New Issue
Block a user