Skip to content

jordanaustin/init

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“¦βœ¨ @pika/init

Bootstrap a @pikapkg/web application in no time!

Usage Gif

πŸ›« Quick Start

npx pika-init 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: pika-init --template [template] <project-name>

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

Examples:
  $ pika-init --template app-preact my-new-app
  $ pika-init --template app-lit my-new-app
  $ pika-init 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. app-vue

  1. app-lit

  • LitElement
  • lit-html
  • Basic To do List Example
  • Thanks: @thepassle
  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/pikapkg/init pika-init

  2. Install the project
    cd pika-init && 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

About

πŸ“¦ Toolbox for creating a @pikapkg/web app, no strings attached

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 41.0%
  • CSS 31.5%
  • TypeScript 13.7%
  • HTML 5.9%
  • Vue 5.6%
  • HCL 2.3%