-
Notifications
You must be signed in to change notification settings - Fork 24
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
Create-BOS-App Integration: #81
Conversation
templates/ts/package.json
Outdated
"test": "tsc --noEmit", | ||
"tsc": "tsc --noEmit" | ||
}, | ||
"dependencies": { |
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.
This one doesn't work, it doesn't have bos-workspace installed on it
Let's remove the typescript template and just have two -- "single" and "multi" -- they can even be drawn from the /examples
directory
bw ws dev`, | ||
} | ||
}; | ||
export async function initProject(pwd: string, template: string) { |
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.
Could you please write a small test, just verify that a directory is made?
* Add testnet connection * Fix building issue * Add a unit test * Correct paths for WIndows * Update version --------- Co-authored-by: Elliot Braem <[email protected]>
Updates templates working init project
What:
Replaces init command with create-bos-app
Why:
How