https://github.com/macchiato-framework/macchiato-template
a template for generating Macchiato-based apps
https://github.com/macchiato-framework/macchiato-template
clojurescript nodejs
Last synced: 4 months ago
JSON representation
a template for generating Macchiato-based apps
- Host: GitHub
- URL: https://github.com/macchiato-framework/macchiato-template
- Owner: macchiato-framework
- License: mit
- Created: 2016-11-28T14:41:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-07T04:12:11.000Z (over 4 years ago)
- Last Synced: 2025-10-22T01:29:52.750Z (8 months ago)
- Topics: clojurescript, nodejs
- Language: Clojure
- Size: 90.8 KB
- Stars: 60
- Watchers: 4
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# macchiato-template
A [Leiningen](http://leiningen.org/) template for creating ClojureScript applications on top of [Node.js](https://nodejs.org/).
This template creates a skeleton Macchiato based project with a test harness.
## Usage
Create a new application project:
```
lein new macchiato [profile...]
```
### Profiles
- `+browser`
- adds support for clojurescript in browser
## Contributing & Customizing
Take a look at the open issues, especially ones marked as `help wanted`. If you see one you'd like to address don't hesitate to start a discussion or submit a pull request.
If the template isn't doing quite what you're looking for, it's easy to create a local copy of your own following these simple steps:
```
git clone https://github.com/macchiato-framework/macchiato-template.git
cd macchiato-template
lein install
```
If you feel that your customizations are general enough to be useful for others then please consider making a pull request.
## Requirements
* JDK 1.7+
* Leiningen 2.x
## License
Copyright © 2015 Dmitri Sotnikov
Distributed under the The MIT License (MIT).