New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

apogeu

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apogeu

[![Build Status](https://travis-ci.org/apogeu/apogeu.svg?branch=master)](https://travis-ci.org/apogeu/apogeu) [![Code Climate](https://codeclimate.com/github/apogeu/apogeu/badges/gpa.svg)](https://codeclimate.com/github/apogeu/apogeu) [![Dependency Status

  • 0.1.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

apogeu

Build Status Code Climate Dependency Status devDependency Status npm download npm version

Apogeu is a multi platform rails like framework made for Node.js.

Apogeu client bootstraps Node.js web projects and structures with simple commands like: apogeu new my-project or apogeu create service myService. Model structures are created from mustache templates that may be changed if needed.

Apogeu projects follows modern conventional patterns and should be easy to use, understand and extend.

Installation

npm install apogeu -g

That's it? Yes!

Usage

apogeu new [project_name]

Creates a new project. If no project name is given, Apogeu will use current folder as the project folder and it's name as project's name.

create [all|middleware|controller|service|model] <model_name>

Creates a project structure based on the given model's name.

apogeu start

Starts the project contained in the current folder.

apogeu test

Run app tests.

Options

  • --version, -v
    • Shows your apogeu-cli version.
  • --debug, -d
    • May be used with any command. Shows debug information in the console.
  • --api
    • Changes a command behaviour to create API structures only.
  • --help, -h
    • Shows help.

License

Licence © Apogeu

FAQs

Package last updated on 15 Mar 2017

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