Socket
Book a DemoInstallSign in
Socket

@adlib/app

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@adlib/app

Personal TypeScript web app build tooling.

unpublished
latest
Source
npmnpm
Version
0.1.14
Version published
Maintainers
1
Created
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

Package last updated on 03 Nov 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