chrisdiana / cms.js

Client-Side JavaScript Site Generator
http://chrisdiana.github.io/cms.js
MIT License
3.05k stars 287 forks source link

CLI Utility #81

Open chrisdiana opened 5 years ago

chrisdiana commented 5 years ago

It would be great to have a CLI utility to start a project (in addition to how it is set now with cloning). Thanks for the suggestion @ButuzGOL!

Maybe something like:

npm install -g cms.js
cms.js init
git push
hong-duc commented 5 years ago

Long time no see, welcome back :smile:

chrisdiana commented 5 years ago

thanks @hong-duc! good to be back 👍

samueldcs commented 5 years ago

I'm working on this right now, if you want, I can create a public repo to show my progress and allow contirbutions. I'm creating it using node, so it can be installed through npm. The only libraries I'm using right now are Inquirer and chalk. Currently handling GitHub responses by myself, no API wrapper. If anyone is interested, including @chrisdiana , contact me here

screen shot 2019-01-27 at 11 59 29

Here's what it looks like, for now.

chrisdiana commented 5 years ago

Looking great @samueldcs!

tafaust commented 3 years ago

@samueldcs Any updates on this?