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

@servicelabsco/slabs-dev-cli

v1.0.8

Published

## Installation

Downloads

13

Readme

Welcome to the official repo of sl-cli

Installation

  • sudo npm i -g @servicelabsco/slabs-dev-cli

Add ENV file in the working dir

  • After you install the cli, you are required to add some configuration in the .env file. Please add Key: cli_password and Value: 123456. this is the basic authentication for accessing the cli

sl-cli

This Command Line Interface (CLI) tool, referred to as "sl-cli," is provided as an open-source project under the MIT License. By using or contributing to this project, you acknowledge and agree to the terms and conditions of the license.

Help

  • Command: sl help
  • Description: This command is responsible for listing down all the command that is supported in this cli.

Generator (Add the Feature)

  • Command: sl generator
  • Description: This command is responsible for generating the listing and controllers along with the migration file. It can be used to create features within the module. this allows you to create the direct controllers, migration, job, subscriber and listing

Seeder (Add Data to the table)

  • Command: sl seeder
  • Description: This command is responsible to create the seeder for adding any data to the table

Sync Classes (Sync The file)

  • Command: sl syncClasses
  • Description: This command is responsible to sync all the jobs file, create entity hash that can be use as a source definition. Moreover this will also add the necessary files in the es6Classes

migrator

  • Command: sl migrator
  • Description: This command is responsible to create the migration file which will allow you to create the migration in the postgres table.

Warnings

  1. Use at Your Own Risk: This CLI tool is provided "as-is," and the author makes no guarantees or warranties regarding its functionality, accuracy, or suitability for any purpose. Usage of this tool is at your own risk.

  2. Backup Critical Data: Before using any commands that modify data or settings, it is strongly recommended to create backups of critical data to prevent unintentional loss or corruption.

Contribution

Contributions to this project are welcome. However, please adhere to the guidelines outlined in the CONTRIBUTING.md file.

License

This project is licensed under the MIT License.

For more information, visit the GitHub repository.

Thank you for using sl-cli!