Skip to content

shivajichalise/nodepfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

create node project folder structure

a simple bash script that creates a folder structure that I prefer for a nodejs project.

Folder Structure example:

projectName
|   .env
|   server.js
|
|---config
|   |   db.js
|
|---controllers
|
|---middleware
|
|---models
|
|---routes
|
|---utils

Installing

For the current user:

curl https://raw.githubusercontent.com/shivajichalise/nodepfs/main/nodepfs > ~/usr/local/bin/nodepfs && chmod +755 ~/usr/local/bin/nodepfs

Or simply copy the nodepfs file to a location in your $PATH and make it executable.

Usage

  • simple run
nodepfs <project-name>

Self-Promotion

Star the repository on Github

Follow shivajichalise on Github

About

simple bash script to create a folder structure for a nodejs app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages