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

Supply an "sbt new" template for getting started #652

Closed
SethTisue opened this issue Apr 20, 2017 · 3 comments
Closed

Supply an "sbt new" template for getting started #652

SethTisue opened this issue Apr 20, 2017 · 3 comments

Comments

@SethTisue
Copy link

it would be pretty cool if the instructions at http://www.scala-native.org/en/latest/user/sbt.html#sbt also said "you can get the same initial project setup with a single command: sbt new scala-native/hello-world.g8"

@densh
Copy link
Member

densh commented Apr 21, 2017

Thanks for suggestion!

@densh densh added the feature label Apr 21, 2017
@densh densh added this to the Backlog milestone Apr 21, 2017
@densh densh changed the title supply an "sbt new" template for getting started? Supply an "sbt new" template for getting started Apr 21, 2017
@densh densh modified the milestones: 0.2, Backlog Apr 22, 2017
@densh densh modified the milestones: 0.3, Backlog May 20, 2017
@muxanick
Copy link
Contributor

@densh
I created very small hello world sample, inspired by: https://github.com/matil019 and https://github.com/scala/hello-world.g8.
Before install:
http://www.scala-native.org/en/latest/user/setup.html
To install:

mkdir hello
cd hello
sbt new muxanick/hello-native.g8
sbt helloNative/run

it's just as example, need add comments to all files and move to this repo.
What do you think?

@densh
Copy link
Member

densh commented Jun 7, 2017

We have two template now:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants