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 cli #26

Merged
merged 23 commits into from
Dec 5, 2022
Merged

add cli #26

merged 23 commits into from
Dec 5, 2022

Conversation

jrhizor
Copy link
Contributor

@jrhizor jrhizor commented Dec 5, 2022

  • adds stoat init
  • adds stoat local

Still working on adding tests. Docs will go in a separate PR. I think it would also make sense to separately move all of the action-related code into its own subdir so things like Jest don't get confused by looking at subdirectories.

https://www.npmjs.com/package/stoat

Until this is merged, I don't want to keep on adding versions so it's probably best to run npm run build && npm i -g in the cli directory if you want to test on your own computer.

@jrhizor jrhizor requested a review from tuliren December 5, 2022 06:09
@stoat-app
Copy link

stoat-app bot commented Dec 5, 2022

Easy and customizable dashboards for your build system. Learn more about Stoat ↗︎

Static Hosting

Name Link Commit Status
Documentation Visit 8159ecb
Action Test Coverage Visit 8159ecb

Job Runtime

debug

Copy link
Member

@tuliren tuliren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Marvelous!

import portfinder from 'portfinder';

// s+t+o+a+t = 19+20+15+1+20 = 75
export const DEFAULT_PORT = 8075;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😄

@tuliren
Copy link
Member

tuliren commented Dec 5, 2022

This is really exciting!

@tuliren
Copy link
Member

tuliren commented Dec 5, 2022

I think it would also make sense to separately move all of the action-related code into its own subdir

Yes, definitely make sense. We can also use the same eslint and prettier to manage all three modules. Will probably need some monorepo management library.

Created two issues:

@jrhizor jrhizor merged commit 52e8daf into main Dec 5, 2022
@jrhizor jrhizor deleted the jrhizor/add-cli branch December 5, 2022 21:43
jrhizor added a commit that referenced this pull request Dec 6, 2022
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.

2 participants