@prismadelabs/create-prismaid
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

PrismaID CLI

Version Types

Usage

The PrismaID command-line interface (CLI) is your go-to tool for developing PrismaID application skeleton.

Interactive Mode

npm init @prismadelabs/prismaid

This command runs the npx - the npm package runner - so nothing is installed. Alternatively you could use npx directly instead

npx @prismadelabs/create-prismaid

Command Mode

npm init prismaid --name <project-name> --template <template> --git --install --skip

Commands

Parameter Shorthand Description
--name -n project name
--template -t template name
--git -g initialise a git repo
--install -i install all dependencies
--skip -s skip all to create default project

Templates

*) additional templates will be available soon

StencilJS Application Template

With this template you get a project created based on StencilJS skeleton. It contains the Home page with fully equiped detection screen.

You could customise the card placeholder easily. Just replace assets/images/card.png.

The demo app needs app icon in various dimension. For that purpose replace icon src/assets/icon/icon512x512.png. Then you can use script prepare-images to create all neccessary icons. Otherwise the default icon will be used.

npm run prepare-images

Package Sidebar

Install

npm i @prismadelabs/create-prismaid

Weekly Downloads

9

Version

1.0.1

License

ISC

Unpacked Size

2.35 MB

Total Files

41

Last publish

Collaborators

  • prismadedevteam