Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-vike-app

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-vike-app

Removes TypeScript type annotations but keeps the formatting

  • 0.1.0-next.0
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Vike Project Generator

Generates Vike application boilerplate

Usage

create-vike-app [options] <output-dir>

Arguments:
  output-dir                   Output directory

Options:
  -V, --version                output the version number
  -f, --framework <framework>  Frontend framework (choices: "react", "vue")
  -l, --language <language>    Programming language (choices: "js", "ts")
  -h, --help                   display help for command

How it works

  • Copies files from input-files/common, input-files/react, and input-files/vue renaming and transforming them as necessary.
  • Generates plain JS files from the TS files via detype.
  • Configuration files (package.json, tsconfig.json, and vite.config.{js,ts}) are generated programmatically.
  • Boilerplate package versions are kept in src/config-generators/package-versions.json.

Roadmap

  • Create an interactive frontend
  • Apply TS > JS transform in build-time to speed up generation
  • Resolve user's default prettier config if any and use it instead of the default

FAQs

Package last updated on 10 Oct 2021

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