# cubx-rename-artifact

> Npm module to rename an artifactt of a webpackage

Latest version **1.4.0** (published 2021-03-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install cubx-rename-artifact
pnpm add cubx-rename-artifact
yarn add cubx-rename-artifact
bun add cubx-rename-artifact
```

Provides the command `cubx-rename-artifact`.

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.4.0 |
| Published | 2021-03-02 |
| First published | 2018-03-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=12.0.0 |
| Dependencies | 6 |
| Unpacked size | 86.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Edwin Gamboa |
| Maintainers | jtrs, hrbu, pwr, edwingamboa |
| Keywords | rename, artifact, cubbles |

## Links

- npm: https://www.npmjs.com/package/cubx-rename-artifact
- Repository: https://github.com/cubbles/cubx-rename-artifact
- Homepage: https://github.com/cubbles/cubx-rename-artifact#readme
- Issues: https://github.com/cubbles/cubx-rename-artifact/issues
- npm.io page: https://npm.io/package/cubx-rename-artifact

## Dependencies (6)

- [path](https://npm.io/package/path.md) ^0.12.7
- [prune](https://npm.io/package/prune.md) 0.0.2
- [lodash](https://npm.io/package/lodash.md) ^4.17.21
- [fs-extra](https://npm.io/package/fs-extra.md) ^9.1.0
- [html-element](https://npm.io/package/html-element.md) ^2.3.1
- [command-line-args](https://npm.io/package/command-line-args.md) ^5.1.1

## Recent versions

- 1.4.0 (latest) — 2021-03-02
- 1.3.0 — 2018-11-21
- 1.2.0 — 2018-04-19
- 1.1.0 — 2018-04-15
- 1.0.0 — 2018-03-29

## README

# cubx-rename-artifact

[![Build Status](https://travis-ci.org/cubbles/cubx-rename-artifact.svg?branch=master)](https://travis-ci.org/cubbles/cubx-rename-artifact)

Module for renaming an artifact of a webpackage.

## Usage: 
### Command line: 

```
cubx-rename-artifact -p <webpackagPath> -a <artifactId> -n <newArtifactId>
```

### Other npm modules

```javascript
var webpackagePath = ...
var artifactId = ...
var newArtifactId = ...
var ArtifactRenamer = requiere('cubx-rename-artifact');
var artifactRenamer = new ArtifactRenamer(webpackagePath);
artifactRenamer.renameArtifact(artifactId, newArtifactId);
```

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