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

create-pika-app

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-pika-app

Bootstrap a Preact/Pika/Typescript web application without the hassle!

  • 1.1.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

📦✨ create-pika-app

Bootstrap a @pikapkg/web application in no time!

Usage Gif

🛫 Quick Start

npx create-pika-app awesome-new-app --template app-preact
cd awesome-new-app
npm run dev

The example application will then be available at localhost:5000

💻 Usage

Usage: create-pika-app --template [template] <project-name>

Options:
  -V, --version              output the version number
  -t, --template [template]  template choice (optional)
  -h, --help                 output usage information

Examples:
  $ create-pika-app --template app-preact my-new-app
  $ create-pika-app my-new-app

🌲 Templates

  1. app-preact

Slimmed down version of terminal-homepage built on the following stack:

  • Preact
  • Preact-router
  • Preact-emotion
  • Typescript
  • Babel
  • ESLint
  • Prettier
  • @Pika/Web
  1. Your next app 😎

If you'd like to have your project included here, just open a PR and we'll take a look!

🚧 Contributing

  1. Clone the repo
    git clone https://github.com/ndom91/create-pika-app

  2. Install the project
    cd create-pika-app && npm install

To test execution of the binary:

  1. Build the binary npm run build

  2. Generate a test application node pkg/dist-node/index.bin.js generated-test-app-name

  3. Fork, commit & push your changes, and then make a pull request back to this repository!

🙏 Special Thanks

@pika/web
@pika/pkg
preact


📝 LicenceMIT

Keywords

FAQs

Package last updated on 23 Sep 2019

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