-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: add initial version of scout cli #1
Conversation
Signed-off-by: Philip Miglinci <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even though I have some comments, I think the general setup seems sound.
In addition to the comments: I don't understand how the built files in dist/ work. Running node ./dist/index.js
does nothing.
bin/dev.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this file be TS?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this file be TS?
Signed-off-by: Philip Miglinci <[email protected]>
Signed-off-by: Philip Miglinci <[email protected]>
Signed-off-by: Philip Miglinci <[email protected]>
Signed-off-by: Philip Miglinci <[email protected]>
Signed-off-by: Philip Miglinci <[email protected]>
Signed-off-by: Philip Miglinci <[email protected]>
Signed-off-by: Philip Miglinci <[email protected]>
…config Signed-off-by: Philip Miglinci <[email protected]>
Signed-off-by: Philip Miglinci <[email protected]>
Signed-off-by: Philip Miglinci <[email protected]>
Signed-off-by: Philip Miglinci <[email protected]>
Signed-off-by: Philip Miglinci <[email protected]>
Signed-off-by: Philip Miglinci <[email protected]>
Signed-off-by: Philip Miglinci <[email protected]>
Signed-off-by: Philip Miglinci <[email protected]>
Signed-off-by: Philip Miglinci <[email protected]>
Signed-off-by: Philip Miglinci <[email protected]>
https://eslint.org/docs/latest/rules/no-return-await Signed-off-by: Philip Miglinci <[email protected]>
Signed-off-by: Philip Miglinci <[email protected]>
Signed-off-by: Jakob Steiner <[email protected]>
Signed-off-by: Jakob Steiner <[email protected]>
Signed-off-by: Jakob Steiner <[email protected]>
Signed-off-by: Jakob Steiner <[email protected]> chore: change package.json to more conventional structure Signed-off-by: Jakob Steiner <[email protected]>
Signed-off-by: Jakob Steiner <[email protected]>
Signed-off-by: Jakob Steiner <[email protected]>
The initial version can be tested if it is cloned next to packages repository and the corresponding (dev) scripts can be found in the
package.json
file. e.g.scout:package:cyclops
orscount:index
.