taskr-build

1.0.0 • Public • Published

taskr-build

Builder plugin for Taskr.

NPM Version NPM Downloads

About

Plugin to build web apps with popular frameworks using javascript/typescript. In short, Browserify + Babel 7 in 202X 😅

Why?

I was tired of using plugins and loaders depending on the javascript framework that I had to use in each project. Using Babel 7 and some transformations is enough. Less time to set up new projects (10-30 lines).

It has been fun to develop this.

Install

Install with yarn.

yarn add taskr taskr-build @taskr/{esnext,watch} --dev

Benchmark

Time to build a project with react and redux:

Tool Dev Build 1º Dev Build 2º Dev Build 3º
webpack 8.02s 2.11s 2.9s
parcel 3.67s 1.89s 1.81s
taskr-build (browserify) 2.42s 0.327s 0.331s

Performance improvement working with angular 8.


List of frameworks supported with the key to use:

Examples

Thanks

Taskr: Luke Edwards and Jorge Bucaran

Servør: Luke Jackson

Package Sidebar

Install

npm i taskr-build

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

45.9 kB

Total Files

9

Last publish

Collaborators

  • ivanheral