1.2.6 • Published 5 years ago

node-scaffolder v1.2.6

Weekly downloads
24
License
ISC
Repository
github
Last release
5 years ago

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
1.2.6

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago