1.0.107 • Published 8 years ago

marie v1.0.107

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

A Modern Nodejs Application Management and Blueprint Tool

Install Marie

Stable release

$ npm install marie -g

*npm is a built in CLI when you install Node.js -

Install Node.js

Create new App

$ marie add app-id
$ marie add "App name"
$ marie add "App name" scss jade
$ marie add "App name" less handlebars --coffee

Creates a custom Sails application with Socket.io, a built-in file include system for easy bundle, and Bower for managing your frontend modules. Marie takes care of the implemention and configuration of it all, so you can focus on what's really important to you--- building your app that's going to change the world!
An app can be created with any combination of any of these css pre-processors, view template engines, javascript compilers and databases.

Application Management

Start an app

$ marie start app-id

Delete an app

$ marie remove app-id

Show app attributes

$ marie app-id list
$ marie app-id list path

Show app config

$ marie app-id list config
$ marie app-id list config name

Show app modules

$ marie app-id list module

Show 'save' app modules

$ marie app-id list module --save

Show 'dev' app modules

$ marie app-id list module --dev

Show 'frontend' app modules

$ marie app-id list module --frontend

Add a module to an app

$ marie app-id add module gulp --save
$ marie app-id add module gulp --dev
$ marie app-id add module backbone --frontend

Remove a module from an app

$ marie app-id remove module gulp --save
$ marie app-id remove module gulp --dev
$ marie app-id remove module backbone --frontend

Add an Api to an app

$ marie app-id add api post

Remove an Api from an app

$ marie app-id remove api post

Configure database storage

$ marie app-id set db disk
$ marie app-id set db mongodb some.mongodb.db.url
$ marie app-id set db mysql some.mysql.db.url
$ marie app-id set db postgresql some.postgresql.db.url
$ marie app-id set db redis some.redis.db.url

Then add apis that correspond to your database collecions or tables. For example, to view data from the 'post' collection or table of that database:

$ marie app-id add api post

Then in your browser, navigate to http://your-localhost-or-host-url/post

Utility Commands

Show all apps

$ marie list

Show live app

$ marie live

Stop live app

$ marie stop

Restart live app

$ marie restart

Show version

$ marie version

Display log

$ marie log

Clear log

$ marie log clear

Display help

$ marie help

Other Docs & Examples

GUI Clients

Mac OSX desktop app coming soon.

License

Marie is released under the MIT License

Donate

Found Marie useful? Support.

PayPal

1.0.107

8 years ago

1.0.106

8 years ago

1.0.105

8 years ago

1.0.104

8 years ago

1.0.103

8 years ago

1.0.102

8 years ago

1.0.101

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.1.222

8 years ago

0.1.221

8 years ago

0.1.220

8 years ago

0.1.219

8 years ago

0.1.218

8 years ago

0.1.217

8 years ago

0.1.215

8 years ago

0.1.214

8 years ago

0.1.213

8 years ago

0.1.212

8 years ago

0.1.211

8 years ago

0.1.210

8 years ago

0.1.209

8 years ago

0.1.208

8 years ago

0.1.207

8 years ago

0.1.2064

8 years ago

0.1.2063

8 years ago

0.1.2062

8 years ago

0.1.2061

8 years ago

0.1.206

8 years ago

0.1.205

8 years ago

0.1.204

8 years ago

0.1.203

8 years ago

0.1.202

8 years ago

0.1.201

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.0.405

8 years ago

0.0.404

8 years ago

0.0.403

8 years ago

0.0.402

8 years ago

0.0.401

8 years ago

0.0.4

8 years ago

0.0.311

8 years ago

0.0.31

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago