coding-test-npm
a test npm package for coding.net testing
a test npm package for coding.net testing
Description
Self-Logging Pubsub with Built-In Cache
Recursively clear all node_modules in the specified directory
Create Sequelize-Express apps with no configuration.
A CLI to view or copy dependencies to a new project
alternative to npm install using childprocess spawn to prevent memory issues on slow memory jenkins
Create a redux
Minimalist setup to create ES6 NPM Module
yarn create ember-app <name>
A customizable CouchDB replicator in node.js.
Description
Create typescript project
Create typescript module
quickly create react component skeleton for upload to npm
An `npm init` template for reactive app
Light weight React Count Down with hooks
Creates single react component folder structure with smoke testing
JavaScript Library for performent algorithms
#### Description: Module allows uploading multiple files in chunks. Use it if you need to pause your uploads. For backend you can use values from req.body like this: ```Javascript let { slice, fileName, chunkNumber, numberOfChunks, size } = req.body; ```