npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

tali

1.1.1

@remy

npmSnykSocket
Downloads:0
$ npm install tali
DailyWeeklyMonthlyYearly

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