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

lut-foo

v0.0.17

Published

full-stack html5 mobile app cloud compiler build tool cli by lut

Downloads

21

Readme

For full documentation please see our official docs. We try hard to keep them up-to-date and as clear as possible!

Full-stack mobile app platform

Building your app on Lūt is the best way to publish full-stack mobile apps in minutes!

  • Access to device hardware with our Device API.
  • Serverless push notifications
  • Real-time reporting
  • Monetize through advertising, in-app purchases, etc.
  • Compile cross-platform apps with lut-foo

Learn more at lutunlimited.com.

Cloud Compiler (Command-line)

You compile your app with the Lūt cloud compiler. The lut-foo command-line tool is available on npm, requires node.js, and is system-independent.

Install lut-foo

The lut-foo npm package is a command-line utility to build your app with the Lūt cloud compiler. First, install node.js, the server-side javascript platform. This should have included npm, the node.js package manager. Use npm to install the lut-foo package globally. From a command-line:

Unixen:
$ sudo npm install lut-foo -g

Windows (as administrator):
C:\> npm install lut-foo -g

create a free account

Use lut-foo to create your account and verify your email.

Unixen:
$ lut-foo register [email protected]

Windows (as administrator):
C:\> lut-foo register [email protected]

Retrieve the verification code from your email, then use it to call register again.

Unixen:
$ lut-foo register somecrazylongregistrationcode

Windows (as administrator):
C:\> lut-foo register somecrazylongregistrationcode

On success, the response will be your secret. Save this as you'll need to use it in your config.json file.

lut-foo usage

Follow a few simple steps to build your app with lut-foo:

  1. Create a new directory for your project (e.g. /apps/myBestApp) and cd into it.
  2. Run lut-foo once without any arguments to step through creating your config.json file.
  3. Place the rest of your project files in your project directory.
  4. Run lut-foo again to build your app on Lūt's cloud compiler.

lut-foo accepts 0 or 1 arguments. If invoked with 0 arguments, lut-foo checks for the presence of config.json in your current working directory; if found, it behaves as if you had called lut-foo build, otherwise it behaves as if you had called lut-foo init. If invoked with 1 argument, lut-foo takes one of the following verbs as an argument:

build Submit the project in your current working directory to Lūt's cloud compiler, save the resulting packaged app locally.

init Create a config.json file.

register Register or confirm an email address as your clientID to use Lūt's cloud compiler. You can also request a new secret by following the same process as you did when registering. The register verb requires one argument:

  • email If invoked with an email address, Lūt sends a confirmation key to the given email address. Invoke register a second time with this key to receive your secret.
  • confirmation key If invoked with a confirmation key you received by email, register returns your secret.
Unixen:
user@machine /apps/myBestApp $ lut-foo init
user@machine /apps/myBestApp $ lut-foo build

Windows:
C:\apps\myBestApp\> lut-foo init
C:\apps\myBestApp\> lut-foo build

Please see our official docs for details on the required files and format of the config.json file

Example app

Learn more with the included example app. Find it in the demo/ directory. We're already hosting the app content, so everything you need to compile the example app for android devices is included. Find the app on Google Play store.