sei-protocol / sei-js

SeiJS is a monorepo that contains multiple NPM libraries for writing applications that interact with the Sei network.
43 stars 37 forks source link

Add create-sei-app package #185

Closed mj850 closed 2 months ago

mj850 commented 2 months ago

We want a CLI tool that can quickly spin up Sei Apps

Added a CLI package that can create Cosmos and EVM Sei Apps

Download latest Internal Verison: npm i -g @sei-js/create-sei@0.0.0-internal-20240718212746

Then from any directory run create-sei app

With optional flags: create-sei app -n appname -f vite -e evm -l wagmi

changeset-bot[bot] commented 2 months ago

🦋 Changeset detected

Latest commit: feac989290c9b010ff2c2593a85a472b0e631188

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------------------ | ----- | | @sei-js/create-sei | Major |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.47%. Comparing base (13afac1) to head (feac989).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #185 +/- ## ======================================= Coverage 84.47% 84.47% ======================================= Files 16 16 Lines 161 161 Branches 25 25 ======================================= Hits 136 136 Misses 25 25 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.