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

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

ClojureDart-CLI/CLJDS #

pub package

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

Installing #

$ dart pub global activate cljds 2.1.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

Examples #

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

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
120
points
232
downloads

Publisher

verified publisherampersanda.dev

Weekly Downloads

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

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

args, http, mason_logger

More

Packages that depend on cljds