# artisanft

> A generators helper

Latest version **1.0.5** (published 2017-11-26) · MIT license · 0 weekly downloads

## Install

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

## 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.0.5 |
| Published | 2017-11-26 |
| First published | 2017-09-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Ideonetwork |
| Maintainers | ideosrl, rick_zan, gregogalante |

## Links

- npm: https://www.npmjs.com/package/artisanft
- Repository: https://github.com/ideonetwork/artisanft
- Homepage: https://github.com/ideonetwork/artisanft#readme
- Issues: https://github.com/ideonetwork/artisanft/issues
- npm.io page: https://npm.io/package/artisanft

## Recent versions

- 1.0.5 (latest) — 2017-11-26
- 1.0.4 — 2017-11-19
- 1.0.3 — 2017-10-06
- 1.0.1 — 2017-09-24
- 1.0.0 — 2017-09-23

## README

# Artisanft

This module contains a list of functions and helpers used to create project generators.

For more info use the full documentation: https://ideonetwork.github.io/artisanft

## Installation

To install the module run:

```console
npm install artisanft
```

## Usage

There are a lot of functions that can be used. To get a list of them watch the documentation page.

An example f usage should be:

```javascript

const Artisanft = require('artisanft')

// write a console log about what the application is doing
Artisanft.Logger.logActionInit('Installing express')
// run a specific command inside the current path
Artisanft.Command.runSync('npm install -g express')
// notify the user about the end of the execution
Artisanft.Logger.logActionEnd('Installing express')

```

## TODO

- Unit tests

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