Symlink module dependencies to ensure a consistent path to access the modules
Symlink modules that Create React Native App needs when running on yarn workspaces
Symlink modules that Create React Native App needs when running on yarn workspaces
Check if a path is a file, directory, or symlink
A simple directory tree walker.
TypeScript definitions for symlink-or-copy
Symlink files or directories, falling back to copying on Windows
Get the real path of the system temp directory
Cross-platform directory symlinking
Symlink a dependency to node_modules
Utility module to determine if fs.symlink commands will succeed. Useful for win32 enviornments where special permission is required for symlinking.
Copy Node.js modules that Rollup can't bundle
This plugin transforms ES2015 modules to CommonJS
This plugin transforms ES2015 modules to UMD
This plugin transforms ES2015 modules to AMD
This plugin transforms ES2015 modules to SystemJS
Webpack Virtual Modules
Move a file, directory, or symlink - Even works across devices
A CSS Modules transform to extract local aliases for inline imports
npm link together local modules && npm install remaining dependencies
A CSS Modules transform to make local scope the default
Output wrapper is a library to write output file to outputpath.
A CSS Modules transform to extract export statements from local-scope classes
A Babel preset that targets modern browsers by fixing engine bugs.
Caplets modernizes your capistrano deployments. At its most basic, it provides a fast, efficient git-based deployment without copying release trees or symlink tomfoolery. In addition, it includes modules for common tasks such as writing config files and crontabs, working with bundler, and using a networked filesystem.
= xattr == DESCRIPTION Xattr provides the xattr (setxattr, getxattr, removexattr, listxattr) functions in a nice object-oriented wrapper. Ruby/DL is used so no compilation of modules is necessary. Extended attributes extend the basic attributes associated with files and directories in the file system. They are stored as name:data pairs associated with file system objects (files, directories, symlinks, etc). == SYNOPSIS Using the library: require "xattr" xattr = Xattr.new("/path/to/file") xattr.list # => [...] xattr.get("...") xattr.set("...", "...") xattr.remove("...") Using the provided command-line tool: $ xattr README.txt com.macromates.caret $ xattr README.txt com.macromates.caret {column = 9; line = 26; } $ xattr README.txt com.macromates.caret "{column = 0; line = 0; }" {column = 0; line = 0; } $ xattr README.txt -com.macromates.caret {column = 0; line = 0; } $ xattr README.txt $ == REQUIREMENTS * Mac OS X 10.4 (for now...) == INSTALL Using rubygems: $ sudo gem install xattr Using setup.rb: $ sudo ruby setup.rb