1.1.0 • Published 4 years ago

capsulex v1.1.0

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
4 years ago

Installation

Using the Node Package Manager (NPM)

npm install -g capsulex

Documentation and Support

  • For any further query and support join us at Projects.Me discord.

Basic Startup Guide

  • Create an .cxconfig.json file in the root directory of your system.

Example of the cxconfig file:

{                             
  "pup": "/usr/bin/google-chrome",
  "filepath": "/home/theguy/Desktop/Development/",
  "username": "username",
  "password": "password"
}

The cxconfig elements

pup - This is the location of the google chrome executable file.

filepath - This is the location where you want your projects to be created in.

username - Your GitHub profile username where you want the repository to be created.

password - Password of the GitHub account.

Create a new project

To create a new project use the following command in your terminal:

cxcreate <Project Name>

The first time the browser will ask for a code sent to your email for loggin into GitHub. This is an one-time step and it won't ask for it again in future. This happens due to GitHub's crap security.

Author


© 2020 Developed By Projects.Me

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.0-alpha

4 years ago