Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AminoffZ/create-catonaut
https://github.com/AminoffZ/create-catonaut
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/AminoffZ/create-catonaut
- Owner: AminoffZ
- License: mit
- Created: 2023-12-22T20:23:32.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-09T08:45:55.000Z (9 months ago)
- Last Synced: 2024-04-23T21:30:06.804Z (7 months ago)
- Language: JavaScript
- Size: 175 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!