node-scaffolder v1.2.6
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.
Install
npm install node-scaffolder -gHow it works
create a folder
mkdir my_new_projectmove in to that folder
cd my_new_projectcreate a package.json file with
npm initnow you can run node-scaffolder
node-scaffolderyou 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 installfor iand finally run it with
npm start7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
