Socket
Socket
Sign inDemoInstall

@adlib/app

Package Overview
Dependencies
549
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @adlib/app

Personal TypeScript web app build tooling.


Version published
Maintainers
1
Created

Readme

Source

Adlib: Web app build tool

Personal TypeScript web app build tooling.

Getting Started

Install.

npm i -D @adlib/app

Init.

npm exec app -- init

Configure (package.json).

{
  "scripts": {
    "start": "app start -t <title>",
    "build": "app build -t <title>",
    "clean": "app clean"
  }
}

Where <title> is the web app HTML page title.

Files

  • Either src/index.tsx or src/index.ts must exist.
  • Static content will be copied from the public directory if it exists.
  • The public/index.html file will be used if it exists.
  • The public/favicon.png or public/favicon.ico file will be used if it exists.

FAQs

Last updated on 03 Nov 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc