Skip to content

Myestery/inkathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Inkathon App

Ink Logo

create-inkathon-app is a command-line tool that helps you quickly bootstrap Ink applications. It sets up the basic structure of your project, allowing you to start coding right away.

Table of Contents

Installation

Before using create-inkathon-app, make sure you have Node.js and npm installed on your system. You can install it globally using npm:

npm install -g @myestery/create-inkathon-app

Alternatively, you can use npx to run it without installing it globally:

npx @myestery/create-inkathon-app my-app

Usage

To create a new Ink app, open your terminal and run:

npx @myestery/create-inkathon-app my-app

Replace my-ink-app with the name of your project. This command will create a new directory with the specified name and set up the initial project structure.

Contributing

We welcome contributions to improve create-inkathon-app. If you find a bug or have a feature request, please open an issue on the GitHub repository.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published