joshfarrant/shortcuts-js

How do I get started?

scrutinizer11 opened this issue · 1 comments

I unzipped the archive. Now what? How do I compile it? Readme just contains code examples without specifying what to do with the contents. Usually, you compile and install. How's it different in this case?

Hi @scrutinizer11, this is a JavaScript library and can only be interacted with using JavaScript. Typically you'd install it from npm then import/require shortcuts-js from within your code base.

Unless you're writing JS you'll struggle to use the library.