1.1.4 ā€¢ Published 5 years ago

create-pika-app v1.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

šŸ“¦āœØ 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

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago