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 🙏

© 2025 – Pkg Stats / Ryan Hefner

cetin-utils

v1.0.2

Published

Cetin-Utils is a helper toolset specifically designed for the CetinJS Framework. It simplifies project build, compression, and management processes, ensuring a clean and efficient workflow.

Downloads

6

Readme

Cetin-Utils

Cetin-Utils is a comprehensive helper toolset tailored specifically for the CetinJS Framework, streamlining project workflows with efficient build, compression, and management utilities. Designed to work seamlessly with the CetinJS compiler, it ensures that your development processes are smooth and hassle-free.

Features

Key Functionalities

  • Project Build Automation: Simplifies and automates the build process for your projects.
  • Code Compression: Minifies and optimizes your files for better performance.
  • Script Execution: Provides versatile utilities for running environments like web, mobile (Android), and development setups.

Compatibility

  • Fully integrated with the CetinJS Framework.
  • Can be adapted to other projects following similar structure and conventions.

Installation

NPM Installation

Install Cetin-Utils via NPM:

npm install cetin-utils

Usage

Leverage Cetin-Utils to simplify common tasks. You can also integrate its commands directly into your package.json scripts for seamless execution within your project.

Example package.json Scripts

"scripts": {
  "build": "node node_modules/cetin-utils/build.js",
  "web": "node node_modules/cetin-utils/run-build.js",
  "android": "node node_modules/cetin-utils/run-open-android.js",
  "core-check": "node node_modules/cetin-utils/run-check-cetin-core.js",
  "start": "node node_modules/cetin-utils/run-src.js"
}

Running Commands

  1. Build Projects:
    npm run build
  2. Run Web Environment:
    npm run web
  3. Open Android Development Setup:
    npm run android
  4. Start Development Server:
    npm run start

Cetin-Core Module States


Important Notice:

The @cetin-utils module requires the @cetin-core module to function properly.

For building and running npm run core-check, the @cetin-core module is required. Please ensure it is included.


  1. Check Cetin Core:
    npm run core-check

| Cetin-Core Available | Cetin-Core Not Available | | ---------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | | Shows that Cetin-Core is present and up-to-date in your project | Shows that Cetin-Core is not present in your project, and the module needs to be installed |

| Cetin-Core Update Install | Cetin-Core New Version | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | | Shows that the Cetin-Core module exists, but it is not in your project, and it has been added | Shows that the Cetin-Core module is not up-to-date and needs to be updated |

Why Use Cetin-Utils?

  • Efficiency: Automates repetitive tasks, allowing you to focus on development.
  • Seamless Integration: Built for CetinJS, yet versatile enough to fit other compatible project structures.
  • Lightweight: Designed with minimal overhead, keeping your project clean and fast.
  • Adaptability: Extend or customize it for projects that share CetinJS's conventions.

Contributing

We welcome contributions! If you have feature ideas or improvements, feel free to:

  • Open an Issue: Share your suggestions or bug reports.
  • Submit a Pull Request: Contribute directly to the GitHub repository.

License

This project is licensed under the CC BY-NC-ND 4.0 License. See the LICENSE file for more details.

Additional Terms

The core components of the CetinJS framework are currently closed-source and encrypted. This means that the fundamental structure and internal workings of the framework are not shared with users. As a result, the core code of CetinJS will not be accessible or modifiable in an open manner.

However, CetinJS provides developers with the ability to create and develop projects. Users can leverage CetinJS to build high-performance and compatible applications for various projects.

You can create applications using the Core software and publish and distribute these applications under your brand name. Simply providing attribution to CetinJS is sufficient. Since the Core software is encrypted (because the project's direction is not yet clear, there are no commercial activities, and future plans are still uncertain), it is prohibited to crack or modify it, and attempting to redistribute it is also forbidden.


Developed with ❤️ by XertXetin 🚀 Me Force Technology.