Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

node-project-starter

rochismo2MIT1.2.0

Simple node project creator using inquirer

project creator, project starter, boilerplate

readme

Project Starter

Installation

This is a global package, it cannot be used in your code. To install simply use:

npm install -g node-project-starter

Usage

Just type in your console:

starter

Description

I made this module because i am really lazy to run the commands all the time, over and over. It's tedious for me (because i'm really lazy) to select a path, create a folder to contain the project, run all the time "npm init -y", install dependencies, create files, create the start script, etc... So i just made this for the sake of simplicity.