Skip to content

A CLI Program Written In C++ To Help You Make NodeJS Projects

License

Notifications You must be signed in to change notification settings

george-ckito/jsquick

Repository files navigation


Logo

Jsquick

A CLI Program Written In C++ To Help You Make NodeJS Projects
Check out the website

About The Project

JsQuick

There are many minimal quick NodeJS project maker programs, but Jsquick is different, because it will help you throught the journey of your development, it will track the routes in your API or the components in your Website. Jsquick can also quickly generate boilerplate events for your discord bot and more!

Current types of projects:

  • API
  • React Website
  • Discord Bot

(back to top)

Getting Started

First download the newest version of Jsquick from releases, and run the installer.

After Installing you need to add the bin folder to Path environment variable. The bin folder is located in the directory of where you installed Jsquick, to add it to the Path, copy the path of the bin folder. Open windows search and search for "env" and open the first result, now click on Environment Variables at bottom right, under System Variables select Path. Then click Edit, click New and paste the bin folder's path. Click Ok and you're finished.

Prerequisites

  • npm
    npm install npm@latest -g

Creating a project

  1. Run Jsquick with the "create" argument
    jsquick create
  2. Choose the project type
    ? What kind of project do you want to build?
    
  3. Enter information about the project
    ? Describe your project:
  4. Run your project!
    cd <projectName>
    npm start

(back to top)

Documentation

Go to https://jsquick.georgeckito.xyz/docs to learn more about JsQuick

(back to top)

About

A CLI Program Written In C++ To Help You Make NodeJS Projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages