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

@geek/mobile

v1.0.6

Published

Geek Mobile Toolkit - Everything you need for creating and building cross-platform native mobile apps

Downloads

21

Readme

Geek Mobile Toolkit

=========

Everything a geek needs to create, build, and manage cross-platform native mobile apps.

oclif Version Downloads/week License

Usage

$ npm install -g @geek/mobile
$ mobile COMMAND
running command...
$ mobile (-v|--version|version)
@geek/mobile/1.0.6 darwin-x64 node-v12.16.3
$ mobile --help [COMMAND]
USAGE
  $ mobile COMMAND
...

Commands

mobile app:create [NAME] [TEMPLATE]

Create a shiny new mobile application

USAGE
  $ mobile app:create [NAME] [TEMPLATE]

ARGUMENTS
  NAME      Name of your project
  TEMPLATE  Template to use for creating your new app

OPTIONS
  -c, --copyright=copyright          Copyright for your project
  -d, --description=description      Description for your project
  -g, --guid=guid                    GUID for your project
  -i, --id=id                        ID for your project
  -l, --license=license              [default: MIT] Specifies the license for the project
  -n, --name=name                    Name of your project
  -p, --path=path                    Specifies the directory where you want to initialize the project
  -p, --publisher=publisher          Name of person/company publishing app
  -t, --template=template            Template to use for creating your new app
  -u, --url=url                      URL for your project
  --author_email=author_email        Specifies the email address of the Author
  --author_name=author_name          Specifies the full name of the Author
  --author_url=author_url            Specifies the URL for the Author
  --bugs_email=bugs_email            Email address for submitting issues/bugs
  --bugs_url=bugs_url                Specifies the URL for submitting issues/bugs
  --github_username=github_username  Specifies the github username for the project
  --repo_url=repo_url                Specifies the URL for the repo

DESCRIPTION
  ...
  Create a new mobile app from a template using all sorts of nifty options!

  Tool will create an app using values from parameters or from the user config file which is located here:  
  ~/.config/@geek/mobile/config.json
  Future versions of the tool will allow setting config values from CLI.

EXAMPLES

  undefined

  undefined my-app-name [@scope/]<name>
  undefined my-app-name [@scope/]<name>@<tag>
  undefined my-app-name [@scope/]<name>@<version>
  undefined my-app-name [@scope/]<name>@<version range>

  undefined

  undefined my-app-name <git-host>:<git-user>/<repo-name>
  undefined my-app-name <git-host>:<git-user>/<repo-name>#<tag>
  undefined my-app-name <git-host>:<git-user>/<repo-name>#<branch>
  undefined my-app-name <git repo url>

  undefined

  undefined

  undefined my-app-name <tarball file>
  undefined my-app-name <tarball url>

  undefined

  undefined my-app-name <folder>

See code: src/commands/app/create.js

mobile help [COMMAND]

display help for mobile

USAGE
  $ mobile help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

mobile which COMMAND

show which plugin a command is in

USAGE
  $ mobile which COMMAND

See code: @oclif/plugin-which

Roadmap

  • [x] app:create - Create a new mobile app project from templates
  • [ ] app:build - Build iOS/Android mobile apps
  • [ ] app:run - Run mobile app on simulator or device
  • [ ] app:clean - Clean up build artifacts from project
  • [ ] resource:icons - Manage iOS/Android icons for app
  • [ ] resource:images - Manage images for mobile project
  • [ ] resource:splashes - Manage images for mobile project
  • [ ] config:user - Get/Set properties in user config file
  • [ ] config:project - Get/Set properties in project config file
  • [ ] alias:create - Create an alias for executing multiple commands with optional parameters
  • [ ] Optional prompting for parameters
  • [ ] User configuration file
  • [ ] Project configuration file