1.1.0 • Published 11 months ago

quick-draft v1.1.0

Weekly downloads
2
License
ISC
Repository
-
Last release
11 months ago

QuickDraft

CLI for quickly scaffolding HTML/CSS/JS projects

Installation

Install it globally to use it in any directory using:

npm install quick-draft -g

Usage

Simply run the command followed by the project name, and a new folder with all the files will be automatically generated

quick-draft <name>

Options

OptionFlagsDescription
Bootstrap--bootstrapAdds style and script tags with the latest version of Bootstrap
Jquery--jqueryAdds a script tag with the latest version of Jquery
Threejs--threejsAdds a script tag with the latest version of Threejs
Test--testCreates a simple .js and .test.js file and installs jest to setup a quick test
Help-h, --helpDisplay the list of available options in the console
1.1.0

11 months ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago