# easydotfiles

> Easydotfiles is a dotfiles generator CLI.

Latest version **1.0.0-alpha.3** (published 2024-01-09) · AGPL-3.0-only license · 0 weekly downloads

## Install

```sh
npm install easydotfiles
pnpm add easydotfiles
yarn add easydotfiles
bun add easydotfiles
```

Provides the command `easydotfiles`.

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0-alpha.3 |
| Published | 2024-01-09 |
| First published | 2024-01-09 |
| Weekly downloads | 0 |
| License | AGPL-3.0-only |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=14.16 |
| Dependencies | 13 |
| Unpacked size | 20.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Daniel Treviño Bergman |
| Maintainers | danielivert |
| Keywords | dotfiles, typescript |

## Links

- npm: https://www.npmjs.com/package/easydotfiles
- npm.io page: https://npm.io/package/easydotfiles

## Dependencies (13)

- [ora](https://npm.io/package/ora.md) 7.0.1
- [zod](https://npm.io/package/zod.md) ^3.22.4
- [axios](https://npm.io/package/axios.md) ^1.6.2
- [chalk](https://npm.io/package/chalk.md) 5.3.0
- [global](https://npm.io/package/global.md) ^4.4.0
- [ts-node](https://npm.io/package/ts-node.md) 10.9.2
- [fs-extra](https://npm.io/package/fs-extra.md) 11.2.0
- [inquirer](https://npm.io/package/inquirer.md) 9.2.12
- [commander](https://npm.io/package/commander.md) 11.1.0
- [type-fest](https://npm.io/package/type-fest.md) 4.8.3
- [@sentry/node](https://npm.io/package/@sentry/node.md) ^7.91.0
- [gradient-string](https://npm.io/package/gradient-string.md) 2.0.2
- [@sentry/profiling-node](https://npm.io/package/@sentry/profiling-node.md) ^1.3.2

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 1.0.0-alpha.3 (latest) — 2024-01-09
- 1.0.0-alpha.11 (alpha) — 2024-01-17
- 1.0.0-alpha.10 — 2024-01-09
- 1.0.0-alpha.9 — 2024-01-09
- 1.0.0-alpha.8 — 2024-01-09
- 1.0.0-alpha.4 — 2024-01-09

## README

# Easydotfiles CLI

"Easydotfiles" is a project aimed at developers who frequently create dotfiles (configuration files) for their projects. The project utilizes TypeScript to generate these files and make the creation process more efficient and streamlined.

The project includes a set of pre-defined templates for various dotfiles such as .gitignore, .eslintrc, and more. These templates can be easily customized and extended to fit the specific needs of a project.

With "Easydotfiles", developers can quickly generate dotfiles without having to manually write every line of code. This helps to reduce errors and saves valuable time that can be spent on more important development tasks.

In summary, "Easydotfiles" is a TypeScript-based tool for generating dotfiles, designed to simplify the process of managing dotfiles in a developer's workflow.

---
_Source: https://npm.io/package/easydotfiles · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
