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

SSG template #16

Closed
rads opened this issue Jun 27, 2023 · 1 comment
Closed

SSG template #16

rads opened this issue Jun 27, 2023 · 1 comment

Comments

@rads
Copy link
Owner

rads commented Jun 27, 2023

bbin install io.github.rads/rain
rain new rads/example
[rain/shell] neil new --name rads/example --template io.github.rads/rain.templates.ssg --git/url https://github.com/rads/rain
Creating project from io.github.rads/rain.templates.ssg in example

[rain/shell] git init
Initialized empty Git repository in /Users/rads/src/rain/example/.git/

[rain/shell] git add .

[rain/shell] git commit -m 'First commit'
[main (root-commit) 297dd4b] First commit
 10 files changed, 468 insertions(+)
 create mode 100644 .github/workflows/full-build.yml
 create mode 100644 .gitignore
 create mode 100644 bb.edn
 create mode 100644 deps.edn
 create mode 100644 resources/live.js
 create mode 100644 resources/tailwind.config.js
 create mode 100644 resources/tailwind.css
 create mode 100644 src/rads/example.clj
 create mode 100644 src/rads/example/app.clj
 create mode 100644 src/rads/example/ui.clj

[rain/info] New project created:
[rain/info]
[rain/info]   Template:  io.github.rads/rain.templates.ssg
[rain/info]   Directory: /Users/rads/src/rain/example
[rain/info]   Namespace: rads.example
[rain/info]
[rain/info] Now you can go to your project and start the dev server:
[rain/info]
[rain/info]   cd example && bb dev
@rads
Copy link
Owner Author

rads commented Jul 2, 2023

Fixed in c67366d.

@rads rads closed this as completed Jul 2, 2023
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

No branches or pull requests

1 participant