1.0.3 • Published 3 years ago

@vexcited/create-nodepress-app v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@vexcited/create-nodepress-app

Installation

Yarn & NPM

yarn global add @vexcited/create-nodepress-app\ npm i -g @vexcited/create-nodepress-app

NPX

npx @vexcited/create-nodepress-app

Usage

create-nodepress-app will ask you app name and if Git should be initialized or not.\ create-nodepress-app my-first-app --git false will create an app name my-first-app without initializing Git.

It will create a new folder with the app's name.\ eg: create-nodepress-app my-app will create a folder my-app where the command was executed.