Socket
Book a DemoInstallSign in
Socket

tali

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tali

Bundle and serve

latest
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

Tali

Runs a simple server to generate a JavaScript bundle for a specific entry point.

Created due to a need to quickly test across repositories and projects.

Install and usage

Tali is a node utility and requires npm to install:

npm install -g tali

# from your project directory

tali src/index.js
> Waiting at http://localhost:3000/src/index.js

The port for the server can be controlled through the environment value PORT.

Tali also includes sourcemaps and is based on this configuration.

License

MIT http://rem.mit-license.org

FAQs

Package last updated on 22 Jan 2018

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