cljds 2.2.0 copy "cljds: ^2.2.0" to clipboard
cljds: ^2.2.0 copied to clipboard

ClojureDart project generation made using ClojureDart. Supports plain Dart and Flutter project.

ClojureDart-CLI/CLJDS #

pub package Tests

A CLI tool for generating ClojureDart projects based on the official quick-start guides:

Installing #

$ dart pub global activate cljds 2.2.0

Prerequisites #

Usage #

Interactive mode (prompts for project type and name):

$ cljds

Direct commands:

$ cljds dart project-name       # generate plain Dart project
$ cljds flutter project-name    # generate Flutter project

Flags #

-h, --help       Print usage information
    --version    Print the current version
-o, --output     Directory to create the project in
    --sha        Specific ClojureDart SHA to use instead of fetching latest

Examples #

$ cljds --help
$ cljds --version
$ cljds dart my_app
$ cljds flutter my_app -o /tmp
$ cljds dart                    # prompts for project name
$ cljds dart my_app --sha abcdef1234567890abcdef1234567890abcdef12

Testing #

Compile ClojureDart source first, then run tests:

$ clj -M:cljd compile
$ dart test

Tests are also run automatically on push and pull requests via GitHub Actions.

Contributing #

Contributions are welcome! Please see CONTRIBUTING.md for guidelines on how to set up the project and submit changes.

Troubleshooting #

  • "WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!" error
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
SHA256:uNiVztksCsDhcc0u9e8BujQXVUpKZIDTMczCvj3tD2s.
Please contact your system administrator.
Add correct host key in ~/.ssh/known_hosts to get rid of this message.
Host key for github.com has changed and you have requested strict checking.
Host key verification failed.

To solve this, remove old key by running

$ ssh-keygen -R github.com

Read more: https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/

2
likes
0
points
454
downloads

Publisher

verified publisherampersanda.dev

Weekly Downloads

ClojureDart project generation made using ClojureDart. Supports plain Dart and Flutter project.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, http, mason_logger

More

Packages that depend on cljds