1.0.5 • Published 4 years ago

webflow-to-gatsby v1.0.5

Weekly downloads
10
License
MIT
Repository
github
Last release
4 years ago

Generate a Gatsby project from Webflow code export

Start Now

Run one simple command to install and use the project generator. You'll need Node v10 or later.

npx webflow-to-gatsby <WEBFLOW_UNZIPPED_FOLDER> <GATSBY_PROJECT_NAME>

This will create a new Gatsby folder ready to use.

Example

npx webflow-to-gatsby ./my-webflow-project/ my-new-gatsby-project
cd my-new-gatsby-project
npm run develop

Your app is served on localhost:8000 by default.

To-Do

  • Test on Windows
  • Handle srcSet
  • Add unit tests
1.0.5

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago