0.2.23 • Published 11 years ago

theoricus v0.2.23

Weekly downloads
126
License
-
Repository
-
Last release
11 years ago

Theoricus

Made to serve your needs and make you happy.

Installation

npm install -g theoricus

Scaffolding new app

theoricus new myawesomeapp

It'll produce the following structure:

├── app
│   ├── controllers
│   │   ├── app_controller.coffee
│   │   └── main_controller.coffee
│   ├── models
│   │   ├── app_model.coffee
│   │   └── main_model.coffee
│   └── views
│       ├── _mixins
│       │   ├── jade
│       │   └── stylus
│       │       └── global_mixins.styl
│       ├── app_view.coffee
│       └── main
│           ├── index
│           │   ├── index.jade
│           │   └── index.styl
│           └── index_view.coffee
├── config
│   ├── app.coffee
│   └── routes.coffee
├── public
│   ├── app.css
│   ├── app.js
│   └── index.html
└── vendors

Testing

To test your fresh application, enter the project folder (cd myawesomeapp) and:

theoricus start

Visit the url http://localhost:11235 and you should see a success status.

0.2.23

11 years ago

0.2.22

11 years ago

0.2.21

11 years ago

0.2.20

11 years ago

0.2.19

11 years ago

0.2.18

11 years ago

0.2.17

11 years ago

0.2.16

11 years ago

0.2.15

11 years ago

0.2.14

11 years ago

0.2.13

11 years ago

0.2.12

11 years ago

0.2.11

11 years ago

0.2.10

11 years ago

0.2.9

11 years ago

0.2.8

11 years ago

0.2.7

11 years ago

0.2.6

11 years ago

0.2.5

11 years ago

0.2.4

11 years ago

0.2.3

11 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.8

11 years ago

0.1.7

11 years ago

0.1.4

12 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago