Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Hanson authored Nov 17, 2023
1 parent ca392bf commit dca6d88
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,34 @@ This project is still in very early stages. Track this project [in Trello](https

## Usage

This package is not yet available on NPM. For now, you can run the CLI locally Only the scaffolding is in place right now.
Create a new Expo app with:

Ensure you have a recent version of Node.js installed, then install dependencies:
```
npx thoughtbelt MyApp
```

Or, if you already have an app and want to configure ESLint, Prettier, TypeScript, React Native Testing Library, etc, run:

```
yarn install --dev thoughtbelt
```

or

```
npm install --save-dev thoughtbelt
```

then run the command you'd like to perform:

```
yarn install
yarn thoughtbelt typescript
```

Then, run some commands, eg.:
or

```
> bin/belt eslint
> bin/belt prettier
npm thoughtbelt typescript
```

## Contributing
Expand Down

0 comments on commit dca6d88

Please sign in to comment.