Copy file globs, watching for changes. This module provides a CLI tool like cp, but with watching.
https://github.com/mysticatea/cpxTags | glob watch file directory copy cli cli-command npm npm-module npm-package cp tool commandline sync rsync observe dir directories files |
Implementation | Javascript |
License | MIT |
Platform | NodeJS |
A CLI tool to run multiple npm-scripts in parallel or sequential. This npm-run-all package provides 3 CLI commands.
npm npm-module npm-package npm-scripts cli cli-command parallel series multi-platform cli-commands command commandline tool run sequential serial taskA collection of packages that build a website using npm scripts. autoprefixer, browser-sync, eslint, imagemin-cli, node-sass, onchange, npm-run-all, postcss-cli, svgo, svg-sprite-generator, uglify-js.
npm cli watch build task scripts npm-scripts minify compressCLI release tool for Git repos and npm packages. Now you can run npm run release from the command line.
release-automation publish npm git tool automation bump release release-helper changelog build commit distribution github interactive push repository script shell tag versionnpx [options] <command>[@version] [command-arg]... npx [options] [-p|--package <pkg>]... <command> [command-arg]...
npm cli package-manager npm-exec shell scripts npm-binNpm Task List: Interactive cli menu to list/run npm tasks
js nodejs cli command-line npm workflow task list interactive inquirer cli-app ntl runner menuUse glob patterns to watch file sets and run a command when anything is added, changed or deleted. NOTE: Windows users may need to use double quotes rather than single quotes. If used in an npm script, remember to escape the double quotes.
glob watch changeEven though npm scripts have a ton of advantages (learn more), it can grow into an unmaintainable mess in your package.json file. Part of the problem is we're configuring scripts in json which has fundamental issues (like no comments).To use nps, it's recommended that you either install it globally (npm i -g nps) or add ./node_modules/bin to your $PATH (be careful that you know what you're doing when doing this, find out how here).
npm npm-scripts cli package-json scripts automationShrinkpack complements the npm shrinkwrap command by maintaining a node_shrinkwrap directory in your project, containing the exact same tarballs that npm install downloads from https://registry.npmjs.org. The rest of the npm install process is exactly the same. The only difference is that no network activity is necessary when installing and building your project. The node_shrinkwrap directory can be ignored in your editor (much like is done with the node_modules directory) but is instead checked into source control.
npm shrinkwrap npm-cache nodejs lockfile package-json package-lock bundle cache deploy deployments import install offline package saveA globbing fs.watch wrapper built from the best parts of other fine watch libs. Compatible with Node.js 4.x/0.12/0.10, Windows, OSX and Linux. Install the module with: npm install gaze or place into your package.json and run npm install.
watch watch-files glob⚠️ This module is not actively maintained! Let me know if you'd be interested in helping out. You need Yeoman to run this command.
babel es6 yeoman-generator boilerplate es2015 node starter kit transpile 6to5 yeoman plugin template scaffold module node_module node-module tape tap coveralls coveralls.io travis cli npm npm-scripts productivityInform users of your package of updates in a non-intrusive way.Whenever you initiate the update notifier and it's not within the interval threshold, it will asynchronously check with npm in the background for available updates, then persist the result. The next time the notifier is initiated, the result will be loaded into the .update property. This prevents any impact on your package startup performance. The update check is done in a unref'ed child process. This means that if you call process.exit, the check will still be performed in its own process.
npm update updater notify notifier check checker cli module package versionThis tool seeks to be a one-stop shop for building and working with rust- generated WebAssembly that you would like to interop with JavaScript, in the browser or with Node.js. wasm-pack helps you build and publish rust-generated WebAssembly to the npm registry to be used alongside any other javascript package in workflows that you already use, such as webpack or greenkeeper. We generate a wasm-pack.log file if wasm-pack errors on you, and you can customize the log verbosity using the verbosity flag.
wasm rust-wasm registry cli npm packageAuto-sync files or directories over SSH using rsync and fs.watch(). Exclude files or directories by creating .sshyncignore in your source root (see repo root for example).
ssh file-sync sync syncing file-transfer transfer remote auto-sync upload file-upload file-watch rsyncRun multiple commands concurrently. Like npm run watch-js & npm run watch-less but better. I like task automation with npm but the usual way to run multiple commands concurrently is npm run watch-js & npm run watch-css. That's fine but it's hard to keep on track of different outputs. Also if one process fails, others still keep running and you won't even notice the difference.
bash concurrent parallel concurrently command shSupport my open source work by buying this excellent Node.js course.Run np without arguments to launch the interactive UI that guides you through publishing a new version.
npm npm-package publish nodejs npm-publish yarn cli cli-app git push version bump commitThe betterScripts script definition can either be a string or sub-object with command and env attributes. Values defined in the env block will override previously set environment variables. Note that depending on the OS and terminal you're using, dots, spaces or other special characters in the command path may be treated as separators and the command will be parsed wrong.
script-runner cli-command npm npm-scripts nodeCLI to measure which dependencies in a project are the slowest to npm install. Run this in a directory with a package.json, and it will take all the dependencies, devDependencies, and optionalDependencies, then npm install each one in a temporary directory with a temporary cache, then measure the install times. Each dependency is then listed from slowest to fastest.
slow dependencies measure npm installCreate a tree visualization of any project with this CLI tool. When ramping people up on an existing codebase, there's often a lot of state they have to understand about the project- where everything is, where everything starts, exceptional files. With this tool, you can generate a visualization of any project, as well modify certain directories to be open, or have notes that people can read through easily. A working example of this exists here. I created this for Vue core off of notes taken at a core meeting as Evan You walked us through some of the file structure.
directory-tree tree project-explorer tree-visualization cli-tool cli cli-documentation cli-directory-tree automated-documentation docs tree,-visualization,-directory,-notes,-cli,-toolJitsu is a Command Line Tool (CLI) for managing and deploying Node.js applications. It's open-source and easy to use. We've designed jitsu to be suitable for command line beginners, but still be powerful and extensible enough for production usage.jitsu requires npm, the node package manager.
cli nodejitsu cloud-hosting platform-as-a-service deploymentCodebox npm is a serverless npm registry to allow companies that wish to keep their intellectual property. It allows sharing of npm modules within a company but additionally allows access to all of the modules on public npm. One other major difference is that it replaces npm login authentication to be via github / github enterprise. Users are always required to be authenticated when using codebox as their npm registry. It is currently compatible with the latest version of the npm & yarn cli.
serverless registry npm github-enterprise github codebox private enterprise
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.