REPLICA – Plug and play JavaScript building tool

1 points by Tenjou ↗ HN
Replica is small and configureless build tool for most common actions you will find while developing front end javascript applications or libraries.

Features:

- Include all scripts automatically inside index html file.

- Pack scripts into one file.

- Minify packed files.

- Realtime watching for added/removed files.

- Timestamp changed scripts in index html file.

- Simple embeded string syntax for requiring files/changing include order - such as "require <name>".

Library follows more classical JavaScript approaches and if you`re tired of configuring JavaScript projects this is maybe something you will find useful. Replica may not suit your needs if additional building steps is required to build your project.

https://github.com/tenjou/replica

0 comments

[ 5.0 ms ] story [ 9.5 ms ] thread

No comments yet.