Skip to content

MinionMax/project-initiator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project initiator

about

The "project initiator" is a simple automation script to run from your command line. It creates a folder in your destined projects folder, creates a readme and commits it to your github account.

get started

prequirements

  • node.js
  • a github account

installation

open your terminal and run

npm install -g MinionMax/project-initiator

if this fails you may need to run it as an administrator.
the setup will then automatically start.
in case it doesn't start on install, run project setup follow the instructions and you'll be fiiiiine.

usage

to see all available commands you may also run

project -h
argument result flags example
new create a new repo locally and on github -p: toggle private on github; -s: toggle silent mode (browser/ide will not open); project new <name> -p -s
del delete the given repo locally and from github none project del <name>
dev launch a development environment for an existing project none project dev <name>
setup relaunch setup process of the CLI none project setup

happy coding

Releases

No releases published

Packages

No packages published