Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

famous-cli

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

famous-cli

CLI interface for Famous Industries Web Services

  • 0.2.10
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
4
Weekly downloads
 
Created
Source

famous-cli

Famous Cloud Services Command Line Utility

register, manage user accounts, create, update and share projects

Install the CLI

$ npm install -g famous-cli

executing $ famous will display the default help string

Create your first project

Famous seed projects can be creates using the $ famous create command. You do not need to be logged in or registered with Hub services to create and develop famous projects.

$ famous create

$ famous create <seed-project-name>

Develop your project

You can develop your seed project locally using $ famous develop. This will install dependencies, build your project and serve it on port 1618.

$ famous develop

Register with Famous Cloud Services

$ famous register

Registering allows you to push your seed projects to the cloud.

Login

$ famous login

and follow the prompts to login to your Famous Cloud Services user account. Note that if you ran $ famous register you are automatically logged in.

Deploy

Once you are logged in you can deploy your seed project to the cloud. $ Famous deploy builds your project and deploys it to a Hub container which is viewable by visiting the share link or embeddable using the returned HTML.

$ famous deploy

FAQs

Package last updated on 03 Jun 2015

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc