Skip to content

Node-scaffolder is an interactive command line tool to create Node.js projects quickly. With just 3 questions (which takes 10 seconds) you can scaffold a project with your favorite language (JS or TS) bundler (Babel, Webpack 4, Rollup, TSC) and test setup (coming soon).

Notifications You must be signed in to change notification settings

pmcalabrese/node-scaffolder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-scaffolder

Node-scaffolder is an interactive command line tool to create Node.js project quickly. With it, with just 3 questions (which takes 10 seconds) you can scaffold a project with your favorite language (JS or TS) bundler (Babel, Webpack 4, Rollup, TSC) and test setup.

asciicast

Install

npm install node-scaffolder -g

How it works

create a folder

mkdir my_new_project

move in to that folder

cd my_new_project

create a package.json file with

npm init

now you can run node-scaffolder

node-scaffolder

you will be prompted with some questions follow them... and you are set, no more copy and paste :) . Now you can install the dependencies with

npm install

for iand finally run it with

npm start

About

Node-scaffolder is an interactive command line tool to create Node.js projects quickly. With just 3 questions (which takes 10 seconds) you can scaffold a project with your favorite language (JS or TS) bundler (Babel, Webpack 4, Rollup, TSC) and test setup (coming soon).

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published