npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

pineuix

v1.0.15-test

Published

<img style="border-radius: 15px;" src="https://github.com/kyooowe/PineUI/blob/master/public/bg-github.png" />

Downloads

38

Readme

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

| Command | Description | Size | Snippet | | :---: | :--- | :--- | :--- | | --vite | Scaffold new Pine UI project using Vite | 1.25MB (node_modules not included) | npx pineuix --vite | | --nextjs | Scaffold new Pine UI project using Next.JS | NA (still in progress) | npx pineuix --nextjs |

Services

| Command | Description | HasMultipleFiles | Framework | Snippet | | :---: | :--- | :--- | :--- | :--- | | mod | Generate Module | ⨉ | React | npx pineuix --react mod filename | | pge | Generate Page | ⨉ | React | npx pineuix --react pge filename | | pmod | Generate Page and Module | ✓ | React | npx pineuix --react pmod filename | | crud | Generate CRUD | ✓ | React | npx pineuix --react crud filename |

Frequently Asked Questions (FAQs)

By harnessing the capabilities of Pine UI X, you will experience a substantial acceleration in your work within the Pine UI environment, enabling you to accomplish tasks with exceptional speed and efficiency.

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