1.1.1 • Published 6 years ago

tali v1.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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