antwarjs / antwar

A static site generator built with React and Webpack.
https://antwar.js.org/
MIT License
460 stars 35 forks source link

ETIMEDOUT getting started #119

Closed sallespro closed 7 years ago

sallespro commented 7 years ago
$ antwar --init antwar-site
2017.01.18.02.59.54 Start project initialization

2017.01.18.02.59.54 Fetching boilerplate metadata
2017.01.18.03.00.14
Project initialization failed Error: ETIMEDOUT
bebraw commented 7 years ago

Hi,

The cli has been deprecated and it won't be available in the future.

This generator is primarily for my own usage right now, but if you want to give it a go, run the repository examples. I've pushed some beta releases with the new logic. You need to mimic the demo projects then.

I'll close this issue once I complete the release. Thanks.

bebraw commented 7 years ago

A new version has been released. There's no CLI anymore and the setup is a little different (you have to write a file etc.). Let me know if you have any issues. Time to close.