-
Notifications
You must be signed in to change notification settings - Fork 9
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 new project #79
Comments
I agree, that experience is nice, but I don't think there exist any "new project" wizard in vs code. I think they assume you use the language own scaffolding. Like yeoman for npm or maven archetype's. So I think we'll have to go for that route (and have a clear documentation that show how to use it). |
we can simply add a command for creating a new Rascal project with a small template. That would go a long way in onboarding new programmers. Currently it's too hard to get started from scratch. |
if we could have that command run |
nice plan! two fish with one stone. Let's add that functionality to the
rascal-maven-plugin project.
…On Wed, Sep 22, 2021 at 12:33 PM Davy Landman ***@***.***> wrote:
if we could have that command run mvn archetype, it would also work for
context outside vscode
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPF5FYBLLOSEHJUPXGLS2LUDGWGTANCNFSM5EOEMEAA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
Jurgen Vinju
http://jurgen.vinju.org
CWI SWAT
TU Eindhoven
Swat.engineering BV
|
I think for maven archetypes you need a special kind of project: https://maven.apache.org/guides/mini/guide-creating-archetypes.html and maybe we could get that published on maven central? so that the initial experience just works without any custom maven repos? |
that sounds good. we'll make a small project called |
Notice that #248 is working to solve this proposal. |
There's no 'create new Rascal project' option yet.
Opening existing Rascal projects, created using Eclipse, does work.
The text was updated successfully, but these errors were encountered: