briefy / notes

notes to problems encountered
1 stars 0 forks source link

npm pakages #9

Open briefy opened 7 years ago

briefy commented 7 years ago

This is used to elaborate on the theories and mostly used npm packages when doing the FE engineering, my goal here is to make myself have a quick start when I do a project from the ground.

First, understanding stream and making a good use of it is a must. npm packages:

briefy commented 7 years ago

Here, we study how to handle files

globbing

the context about the glob here refers to node-glob syntax

related repositories

node-glob minimatch multimatch globby Extends glob with support for multiple patterns glob-stream A Readable Stream interface over node-glob.

remove files

del a Promise API and support for multiple files and globbing rimraf A rm -rf util for nodejs

briefy commented 7 years ago

syntax parses

Esprima ECMAScript parsing infrastructure for multipurpose analysis uglifyjs UglifyJS is a JavaScript parser, minifier, compressor or beautifier toolkit babylon A JavaScript parser

briefy commented 7 years ago

engineering

cross-env copyfiles core-js polyfill for js diff coveralls Get the great coverage reporting of coveralls.io and add a cool coverage button ( like the one above ) to your README sharp High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images

shx shx is a wrapper around ShellJS Unix commands, providing an easy solution for simple Unix-like, cross-platform commands in npm package scripts shelljs ShellJS is a portable (Windows/Linux/OS X) implementation of Unix shell commands on top of the Node.js API rimraf The UNIX command rm -rf for node. node-inspector nodemon http-proxy-middleware standard-version

briefy commented 7 years ago

virtual dom

snabbdom A virtual DOM library picodom

briefy commented 7 years ago

webpack

how-to-use-webpacks-new-magic-comment-feature-with-react-universal-component-ssr code-cracked-for-code-splitting-ssr-in-reactlandia-react-loadable-webpack-flush-chunks

briefy commented 7 years ago

code quality

https://snyk.io/ Snyk continuously finds and fixes vulnerabilities in your dependencies