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

create-sonnat-app

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-sonnat-app

Set up a modern web app which is powered by Sonnat.

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
Maintainers
1
Weekly downloads
 
Created
Source

Create Sonnat App

Set up a modern web app which is powered by Sonnat.

license npm latest package npm downloads Follow us on Twitter

Usage

yarn create sonnat-app <project-name> <project-template> [options]

# or
npx create-sonnat-app <project-name> <project-template> [options]

NOTE: To bootstrap using yarn we recommend running yarn create sonnat-app <project-name> <project-template> [options] instead of npx.

NOTE: If you've previously installed create-sonnat-app globally via npm install -g create-sonnat-app, we recommend you uninstall the package using npm uninstall -g create-sonnat-app or yarn global remove create-sonnat-app to ensure that npx always uses the latest version.

NOTE: npx comes with npm 5.2+ and higher, for older npm versions install the CLI globally.


API

create-sonnat-app <project-directory> <template> [options]
(valid templates: nextjs, cra)

Options:
  -V, --version       output the version number
  --ts, --typescript  initialize as a TypeScript project. (default: false)
  --use-npm           explicitly tell the CLI to bootstrap the app using npm.
                      (default: false)
  -h, --help          display help for command

Examples

# With NextJS
yarn create sonnat-app my-app nextjs

# With CRA (create-react-app) and TypeScript
yarn create sonnat-app my-app cra --typescript

Community

The community can be found on Github Discussions | Discord, where you can ask questions, voice ideas, and share your projects.

FAQs

Package last updated on 31 Jan 2022

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