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

create-rakkas-app

Package Overview
Dependencies
Maintainers
1
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-rakkas-app

Generate Rakkas application boilerplate

  • 0.6.20
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
37
Maintainers
1
Weekly downloads
 
Created
Source

create-rakkas-app

Generate Rakkas application boilerplate

npx create-rakkas-app@latest my-rakkas-app
# or
pnpm create rakkas-app my-rakkas-app
# or
yarn create rakkas-app my-rakkas-app

Options

$ create-rakkas-app [dir] [...options]

Options:
  -y, --skip-prompt  [boolean] Skip the prompt
  -f, --force        [boolean] Generate even if the directory is not empty
  -t, --typescript   [boolean] Use TypeScript for static typing (default: true)
  -p, --prettier     [boolean] Use Prettier for code formatting (default: true)
  -e, --eslint       [boolean] Use ESLint for linting JavaScript/TypeScript (default: true)
  -v, --vitest       [boolean] Use Vitest for unit testing (default: true)
  -d, --demo         [boolean] Generate demo todo app (default: true)
  -h, --help         Display this message
  -v, --version      Display version number

All features are enabled when using the -y option. Use, e.g., --no-typescript to opt out of a feature

Keywords

FAQs

Package last updated on 05 Apr 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