Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default 'create' command to create new app #16

Merged
merged 2 commits into from
Nov 3, 2023
Merged

Conversation

stevehanson
Copy link

@stevehanson stevehanson commented Oct 29, 2023

Adds new default command to create a new app. Initializes with TypeScript, ESLint, Prettier, and creates basic app scaffold. It's still a little rough, not perfect, but we can iterate on that.

In the future, we will fill in this task to prompt about optional tooling, like state management, API clients, testing, and set those up as well.

Usage:

> thoughtbelt MyApp

To test this PR:

  • Pull down this branch
  • Run yarn link
  • Create a directory somewhere else on your file system
  • run yarn add thoughtbelt
  • run yarn link thoughtbelt to use thoughtbelt from your local codebase
  • run yarn thoughtbelt MyApp to run this command and see output!
thoughtbelt-create-app.mov

@stevehanson stevehanson force-pushed the base-command branch 2 times, most recently from 76744a4 to 4edf91d Compare October 30, 2023 13:34
@stevehanson stevehanson marked this pull request as ready for review October 30, 2023 13:54
@stevehanson stevehanson merged commit 6f539ce into main Nov 3, 2023
2 checks passed
@stevehanson stevehanson deleted the base-command branch November 3, 2023 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant