Socket
Socket
Sign inDemoInstall

@this-dot/create-starter

Package Overview
Dependencies
Maintainers
8
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@this-dot/create-starter

A CLI script for generating starter.dev kits


Version published
Weekly downloads
9
decreased by-30.77%
Maintainers
8
Weekly downloads
 
Created
Source

create-starter

A CLI for generating starter.dev kits

Scaffolding for starter.dev kits

With NPM:

npm create @this-dot/starter

With Yarn:

yarn create @this-dot/starter

creater-starter automatically runs in interactive mode, but you can also specify your project name and kit with command line arguments.

# npm 6.x
npm create @this-dot/starter --name my-project --kit angular-apollo-tailwind

# npm 7+, extra double-dash is needed:
npm create @this-dot/starter -- --name my-project --kit angular-apollo-tailwind

# yarn
yarn create @this-dot/starter --name my-project --kit angular-apollo-tailwind

CLI Flags

May be provided in place of prompts

NameDescription
--kitSpecify the kit name ([list][examples])
--nameSpecify your new project name

FAQs

Package last updated on 08 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc