roxiness / routify-starter

https://example.routify.dev/
198 stars 55 forks source link

replace routify export with spank #106

Closed DougAnderson444 closed 3 years ago

DougAnderson444 commented 3 years ago

In accordance with the CLI directions to change this template for building:

[Routify] WARNING Exporter has been deprecated. Please run `npx spank` instead.
[Routify] If you're using the starter template run `npm install spank`
[Routify] and replace `&& routify export` with `&& spank`
jakobrosenberg commented 3 years ago

Thanks @DougAnderson444 Have you tested that this works?

DougAnderson444 commented 3 years ago

No, I was just following the directions from the CLI output. I don't see any tests in the package to use, do they need to be created?