Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/AminoffZ/create-catonaut


https://github.com/AminoffZ/create-catonaut

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# create-catonaut

[![test-create-catonaut](https://github.com/AminoffZ/create-catonaut/actions/workflows/create-catonaut-test.yml/badge.svg)](https://github.com/AminoffZ/create-catonaut/actions/workflows/create-catonaut-test.yml) [![publish-create-catonaut](https://github.com/AminoffZ/create-catonaut/actions/workflows/publish.yml/badge.svg)](https://github.com/AminoffZ/create-catonaut/actions/workflows/publish.yml) [![npm version](https://img.shields.io/npm/v/create-catonaut?label=version)](https://www.npmjs.com/package/create-catonaut)

Create-Catonaut is a command-line tool designed to streamline the process of creating new applications with [Catonaut](https://github.com/AminoffZ/catonaut). This CLI automates setup and configuration, allowing you to concentrate on building your remarkable projects.

## Catonaut Guide

Explore the full potential of [Catonaut](https://github.com/AminoffZ/catonaut) by visiting the official repository.

## Usage

```bash
npx create-catonaut [AppName]
```

OR

```bash
npm create catonaut [AppName]
```

Replace [AppName] with the desired name for your catonaut application.

If you don't provide the AppName, you'll be prompted to enter it.

Executing this command generates the necessary files and sets up your Catonaut application, allowing you to kickstart your development journey effortlessly. Start building, and let Catonaut handle the rest!