# @alchemycodelab/create-app

> This is the source code for the Alchemy Code Lab Career Track bootstrap script.

Latest version **10.1.0** (published 2022-05-03) · ISC license · 0 weekly downloads

## Install

```sh
npm install @alchemycodelab/create-app
pnpm add @alchemycodelab/create-app
yarn add @alchemycodelab/create-app
bun add @alchemycodelab/create-app
```

Provides the command `create-app`.

## 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 | 10.1.0 |
| Published | 2022-05-03 |
| First published | 2020-03-28 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 25.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | opes, martypdx, mehtaphysical |

## Links

- npm: https://www.npmjs.com/package/@alchemycodelab/create-app
- Repository: https://github.com/alchemycodelab/create-app
- Homepage: https://github.com/alchemycodelab/create-app#readme
- Issues: https://github.com/alchemycodelab/create-app/issues
- npm.io page: https://npm.io/package/@alchemycodelab/create-app

## Dependencies (4)

- [chalk](https://npm.io/package/chalk.md) ^3.0.0
- [inquirer](https://npm.io/package/inquirer.md) ^7.1.0
- [mustache](https://npm.io/package/mustache.md) ^4.0.1
- [commander](https://npm.io/package/commander.md) ^5.0.0

## Recent versions

- 10.1.0 (latest) — 2022-05-03
- 10.0.1 — 2022-04-25
- 10.0.0 — 2022-04-22
- 9.0.0 — 2022-04-12
- 8.0.10 — 2022-02-25
- 8.0.9 — 2022-01-25
- 8.0.8 — 2022-01-25
- 8.0.7 — 2022-01-24
- 8.0.6 — 2022-01-20
- 8.0.5 — 2022-01-12
- 8.0.4 — 2022-01-05
- 8.0.3 — 2022-01-01
- 8.0.2 — 2021-12-29
- 8.0.1 — 2021-12-09
- 8.0.0 — 2021-12-08
- … 66 more at https://npm.io/package/@alchemycodelab/create-app/versions

## README

# Starter Bootstrap for Alchemy Code Lab

This is the source code for the Alchemy Code Lab Career Track bootstrap script.

## Usage

`npm init @alchemycodelab/app@latest`

## Making Changes to the Bootstrap

You can fork this repo and make any changes, but in order for the package to be updated on the [NPM Repository](https://www.npmjs.com/package/@alchemycodelab/create-app), you will need to be a part of the `@alchemycodelab` org on NPM and have publishing access.

With access, you can then make your changes, update the `package.json` file to a new version, then run `npm publish`.

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