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

@lowcodecms/cli

v0.0.11

Published

soluneo cli

Downloads

16

Readme

LowCode CMS CLI (Beta)

This is the Soluneo LowCode CMS CommandLine Tool to help with local development and to manage your Server in the Cloud.

alt text

LowCode CMS is not Generally Available yet. This is a Technology Preview for Early Adapters. Interested to learn more? Visit us on www.lowcodecms.com or register directly on https://my.lowcodecms.com

Getting Started

LowCode CMS CLi requires a local Docker installation (see https://docs.docker.com/get-docker/).

You need to register at https://my.lowcodecms.com in order to be able to login and download the development build. Until GA, once you are registered, you have to click the claim developer access button to request access to the developer preview program.

Installation

npm install @lowcodecms/cli -g 

or with Yarn

yarn global add @lowcodecms/cli

Login

To be able to get updates and install LowCode CMS Developer build on your machine, you need to perform once a login on your computer.

sol login

This will open your Browser to authenticate to my.lowcodecms.com. You can follow the instructions in the Browser window.

Local Development

Each LowCode CMS installation has to be in it's own folder, since the CLI will create a hidden subdirectory .lowcodecms in the directory you perform the setup command.

Before you can setup your local development instance, you have to perform one time the sol login command. This is authenticating you globally in your system:

  • sol setup
    • in directory you want to setup the dev server. If the choosen directory will hold the Application code, don't forget to add .lowcodecms to your .gitignore file
  • sol start
    • In the installation directory

It might take a while the first time because the CLI is downloading all microservice images. To see detailed progress you can open another terminal window and check status with sol logs -f.

Right now the local LowCode CMS instance is starting on port 80 - this will be configurable in future.

After succesful installation the CLI will open your Browser at http://localhost/console/

Command Line Overview

  • sol setup
    • in directory you want to install the dev server (should be another directory then application code)
  • sol start
    • in installation directory to start the LowCode CMS
  • sol stop
    • in installation directory to stop running instance
  • sol update
    • In installation directory. This is updating the local development to latest LowCode CMS development version
  • sol logs
    • in installation directory. display last 100 logs
  • sol --help

Note: It is save to perform sol update in existing installation directories. instance data will not be overwritten.

Usage

In directory with application code (first download some app from your instance or try https://github.com/solutas/solutas.ch as an example) run following command to start the watch mode:

sol install -w

or

sol install

if you just want to install the application without update on local file changes.

Notes

If you don't have access to this repository yet get in touch with your point of contact.

Once installed trigger Site > Build in Console to update the build to include the new Apps.