Skip to content

oghusky/node-bare-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-Bare-Skeleton

-This package creates a basic backend-scaffolding -It creates the following folders:

  • controllers
  • models
  • routes
  • middleware
  • public
  • In each folder except public it also creates a blank "index.js" file
  • It also creates a blank "README.md" and a ".gitignore" file setup to ignore your "node_modules" folder and your "package-lock.json" file
  • Root index.js requires multiple files and packages that make it ready to run your server out of the box just run "node index.js"

Dependency Packages

  • dotenv
  • express
  • path

Directions for use:

  1. Create a new folder
  2. Run "npm init" in the newly created folder
  3. In the terminal run command "npx node-bare-skeleton"

Built using:

Node.js and the FileSystem package

GitHub Link

node-bare-skeleton

About

Folder scaffolding package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published