https://github.com/colingourlay/package-dotfiles
Keep dotfiles consistent across your projects by making them an installable/updatable package.
https://github.com/colingourlay/package-dotfiles
Last synced: 2 months ago
JSON representation
Keep dotfiles consistent across your projects by making them an installable/updatable package.
- Host: GitHub
- URL: https://github.com/colingourlay/package-dotfiles
- Owner: colingourlay
- Created: 2014-07-08T01:40:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-08T04:29:25.000Z (almost 11 years ago)
- Last Synced: 2025-01-28T13:26:55.243Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# package-dotfiles
Keep dotfiles consistent across your projects by making them an installable/updatable package.
# Usage guide
* Fork this package and change the contents of the `files` directory to what you want to use in other projects.
* Publish it to a place you can `npm install` from (e.g. Github, BitBucket, even npm).
* In your project, install your forked package. It will copy everything under `files/` to your project root.# Note
npm [renames](https://github.com/npm/npm/issues/1862) `.gitignore` as `.npmignore` when bundling packages for installation. If you plan to place a `.gitignore` in your `files` directory, call it `gitignore` (without the dot), and the installer will restore the correct name when the file is copied across.