Skip to content

jaredonnell/node_app.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node_app.sh

A simple bash script to create the files and directories needed for a basic node app. This includes, module installation for express ejs and postgres as well as includding snippits for starting code such as a package.json and boilerplates inside the files. The script was designed to be ran inside a bash terminal in vs code, however, for the file to be executable across all directories I found the best solution was to use "chmod u+x node_app.sh" in the command line. The script will then be able to be called using some from of "../node_app.sh" replacing the starting path with the files path realative to your current directory.

About

A simple bash script to create the files and directories needed for a basic node app; includding snippits for starting code inside the files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published