1.1.0 • Published 10 months ago

@xshadowblade/create v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@xShadowBlade/create

A CLI tool to quickly start projects, using my own configuration :)

Installation

npm init @xshadowblade

or

npx @xshadowblade/create

A prompt will appear, asking for the project type and the project name, and other options.

Usage: template-defaults projectType projectName configureEslint

Options:

  • -d, --debug: Debug mode.
  • -y, --yes: Skip prompts.
  • -h, --help: Show help message.

Features

  • TypeScript
  • ESLint
    • Prettier
    • JSDoc plugin
  • Esbuild

Supported Project Types

  • "ts": TypeScript project
  • "html-ts": HTML and TypeScript project, using webpack
  • "react-ts": React and TypeScript project, using webpack
1.1.0

10 months ago

1.0.1

11 months ago

1.0.0

12 months ago