pixie-ai

0.0.1 • Public • Published

Intent

Pixie' application generator.

pixie based on express-generator concept but this module will generate the NODE application good for the company and have more bells and wistels for latest trends.

It is not as simple as express-generator app and not as extensive as hydra.

the attempt is to use it as a dockerized node.js app that can be used with Amazon ECS and Docker (therefore any other platform).

  • Asif (Techie) - 7/16/2019

The generator is open sourced.


Installation

$ npm install -g pixie

Quick Start

The framework based on years of Node.js work can be created in flash using pixie:

Create the app:

$ pixie --view=ejs /tmp/foo && cd /tmp/foo

Install dependencies:

$ npm install

Start your Node.js app at http://localhost:3000/:

$ npm start

Command Line Options

Pixie configuration.

    --version        output the version number
-e, --ejs            add ejs engine support
-v, --view <engine>  add view <engine> support (ejs) (defaults to ejs)
    --no-view        use static html instead of view engine
-h, --help           output usage information

License

MIT

Dependents (0)

Package Sidebar

Install

npm i pixie-ai

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

18.9 kB

Total Files

13

Last publish

Collaborators

  • asiftechie