Socket
Socket
Sign inDemoInstall

generator-landmark-connect

Package Overview
Dependencies
848
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    generator-landmark-connect

A Landmark Connect Project Generator for Yeoman


Version published
Maintainers
1
Install size
27.7 MB
Created

Readme

Source

Landmark Generator

A Yeoman generator for Landmark Connect, the open source app for use with LandmarkJS.

yo landmark-connect will scaffold a new Landmark Connect App project for you for building for iOS or Android.

Getting Started

First up, you'll need Node.js >= 0.10.xinstalled. If you don't have them, follow the Dependencies instructions below.

Then, install the Landmark Connect generator:

$ npm install -g generator-landmark-connect

If you see errors, check the problems section below.

With the generator installed, create an empty directory for your new LandmarkJS Project, and run yo landmark-connect in it:

$ mkdir myproject
$ cd myproject
$ yo landmark-connect

The generator will ask you a few questions about where your LandmarkJS installation is, and some basic information about your organization.

What next?

When you've got your new project, check out the Landmark Connect Documentation to learn more about how to get started with Landmark Connect.

Problems?

ERR! Please try running this command again as root/Administrator.

When running npm install -g generator-landmark-connect, you may get an EACCES error asking you to run the command again as root/Administrator. This indicates that there is a permissions issue.

On your development system you can change directory ownership to the current $USER so you do not have to run sudo while installing untrusted code:

sudo chown -R $USER /usr/local

# Other directories may be required depending on your O/S
sudo chown -R $USER /usr/lib/node_modules/

For a production/shared environment you may wish to re-run the npm command with the sudo prefix:

sudo npm install -g generator-landmark-connect

For more information, see the "What, no sudo?" of the Intro to npm by Isaac Schulueter.

Dependencies

Install Node.js

Download and install the node.js binaries for your platform from the Node.js download page.

Install Ionic and Cordova

Run this in your terminal to install the Ionic and Cordova binaries. These will be used to build the app.

npm install -g cordova ionic

License

MIT License

Keywords

FAQs

Last updated on 08 Apr 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc