Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

copy-dots

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

copy-dots

Quickly copy dot files (and more!) from another project into an existing project with a single command.

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

copy-dots

GitHub release GitHub Actions status GitHub issues GitHub license

Overview

Quickly copy dot files (and more!) from one project into another project with a single command. Great for scaffolding or initializing a new project! 🚀

copy-dots

Demo

copy-dots-demo

Note: by default copy-dots will ignore any filename with that contains "git" in it to avoid clobbering your local directory by accident. Fear not! You can enable support for this using our options (below 👇)!

Setup

Make sure to have latest NodeJS LTS installed.

Usage

copy-dots has one required paramater, which is a path. Additional options available to include other file types / patterns.

Path (required)

copy-dots at least needs to know what path to copy your files from.

$ npx copy-dots ../../my-project

Options

copy-dots also support the following options to copy additional files.

  • -r Readme
  • -l License (TODO)
  • -g git files like .gitignore and .gitattributes (no .git/ though!) (TODO)
  • -c config files like greenwood.config.js (TODO)
  • -w Includes all the flags (TODO)

For example, the below would copy dot files and the README

$ npx copy-dots /path/to/directory -r

Keywords

FAQs

Package last updated on 15 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc