CLI Utility
See original GitHub issueIt 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
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Command-line interface - Wikipedia
A command-line interpreter or command-line processor uses a command-line interface (CLI) to receive commands from a user in the form of lines of...
Read more >What is a command-line interface (CLI)? - TechTarget
A command-line interface (CLI) is a text-based user interface (UI) used to run programs, manage computer files and interact with the computer.
Read more >Command Line Interface - AWS CLI
The AWS Command Line Interface (AWS CLI) is a unified tool to manage your AWS services. With just one tool to download and...
Read more >50 Useful Command Line Tools Developers Will Love
Check out our top 50 roundup of the best command line tools broken out by categories, like Web Development, Utilities, Productivity, ...
Read more >cli-utilities · GitHub Topics
Command line utility that composes regular expression matches. cli golang unix regular-expression cli-utilities cli-utility. Updated on Jun 12, 2017 ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
Here’s what it looks like, for now.
@samueldcs Any updates on this?