New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-flayyer-app

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-flayyer-app

Create Flayyer.com app

  • 1.18.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

create-flayyer-app

Resultant flayyer live image

Resultant flayyer live image

Create Flayyer.com app

📚 Please read the documentation here: https://docs.flayyer.com/docs/

oclif Version Downloads/week License

  • Usage

Usage

Start by invoking create-flayyer-app.

npm init flayyer-app@latest my-project

With yarn:

yarn create flayyer-app my-project

Then cd into your new created my-project directory and install the dependencies.

cd my-project
npm install

Create and edit templates inside the templates directory. Run the local server with:

npm run start

Then preview your template at https://flayyer.github.io/flayyer-studio

flayyer-studio screenshot

Once you are ready execute npm run deploy but with your API key

export FLAYYER_KEY=...
export NODE_ENV=production
npm run build
npm run deploy

Get your FLAYYER_KEY at https://flayyer.com/dashboard/_/settings 👈

Great! 🎉 Now your new template deck should appear there.

If you need to update your templates you can just run npm run deploy again.

Dynamic og:image

You can use the resulting URLs to create dynamic <meta property="og:image" /> for your websites.

See the official guides: https://docs.flayyer.com/guides

Demo of link previews using Flayyer

Keywords

FAQs

Package last updated on 23 Jun 2021

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