1.0.2 • Published 5 years ago
cheez-sdk v1.0.2
🧀CheezSDK🧀
The CheezSDK is a Software Development Kit developed by Ameer Hamoodi to quickly setup projects, using dynamic boilerplates.
Installation
Use NPM to install CheezSDK into your project as a dev dependency.
npm i cheez-sdk --save-dev
Usage
cheez
Enter type:
/here enter the type of project you are making\
Types
standard
: a standard static JS and HTML with no server capabilitiesserver
: a standard dynamic JS and HTML with server capabilites and client foldersreact
: a static react project with no serverreact server
: a dynamic react project with server functionalities.