1.0.14-test • Published 6 months ago

pineuix v1.0.14-test

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Pine UI X

Node JS JavaScript

Pine UI X is an incredibly useful command-line interface tool designed specifically for Pine UI. It empowers you to effortlessly create and generate services with utmost convenience and efficiency.

Usage

Prerequisites

This is an example of how you can utilize Pine UI X to quickly scaffold a new project.

npx pineuix --vite

and this is an example that showcases how to generate a service using Pineuix.

npx pineuix --react pmod items

Arguments

This presents an argument about the pattern of CLI commands in Pineuix specifically related to generating services.

  • framework - When it comes to frameworks, you have a choice between React and Express as the two available options.
  • service - You can find all the available services in the command section.
  • fileName - Output filename of the service. (You can still folder path eg. utils/item, utils is the folder and item is the fileName)
npx pineuix --{framework} {service} {fileName}

Commands

This is the command you can utilize to leverage the capabilities of Pine UI X.

Template

CommandDescriptionSizeSnippet
--viteScaffold new Pine UI project using Vite1.25MB (node_modules not included)npx pineuix --vite
--nextjsScaffold new Pine UI project using Next.JSNA (still in progress)npx pineuix --nextjs

Services

CommandDescriptionHasMultipleFilesFrameworkSnippet
modGenerate ModuleReactnpx pineuix --react mod filename
pgeGenerate PageReactnpx pineuix --react pge filename
pmodGenerate Page and ModuleReactnpx pineuix --react pmod filename
crudGenerate CRUDReactnpx pineuix --react crud filename

Frequently Asked Questions (FAQs)

Although optional, Pine UI X serves as a valuable tool within the Pine UI ecosystem, allowing developers to expedite development processes by automating tasks. However, it's important to note that you can still utilize Pine UI effectively even without employing Pine UI X

License

The code in this repository is released under the MIT license as found in the License file.

Author

1.0.12-test

6 months ago

1.0.13-test

6 months ago

1.0.14-test

6 months ago

1.0.11-test

11 months ago

1.0.10-test

11 months ago

1.0.9-test

11 months ago

1.0.8-test

11 months ago

1.0.7-test

11 months ago

1.0.6-test

11 months ago

1.0.5-test

11 months ago

1.0.4-test

11 months ago

1.0.3-test

11 months ago

1.0.2-test

11 months ago

1.0.1-test

11 months ago

1.0.0-test

11 months ago