UNPKG

1.87 kBMarkdownView Raw
1
2## Cubesat
3Web app development framework for Meteor.
4
5## Not Ready
6Do not use this package yet unless you really want to try it.
7It is under rapid development and unstable.
8
9## Installation
10
11 npm install -g cubesat
12 npm install cubesat
13
14## Dependency
15Meteor 1.0 and coffee script 1.8
16Lower version of coffee script may be ok.
17
18## Example
19
20 sat create myapp
21 cd myapp
22 sat run
23
24
25## Structure
26
27 exports.Settings = ->
28 exports.Modules
29 exports.Theme
30 exports.Layout
31
32
33## Files and directories
34
35 ~
36 workspace # Your own workspace directory. It cat be any name.
37 .env # dotenv, the first.
38 .cubesat #
39 settings.coffee # $SETTINGS_PATH global settings.
40 myapp
41 .env # dotenv, the second, overwrite the first variables.
42 .git
43 .gitignore
44 .sat
45 config.json # not yet used.
46 build
47 client
48 0.jade
49 1.jade
50 absurd.css
51 lib
52 index.js
53 index.coffee # exports.Modules, exports.Settings
54 test
55 client # symbolic link
56 lib # symbolic link
57 server # symbolic link
58 packages
59 isaac:cubesat # git:https://github.com/i4han/cubesat.git
60 .git
61
62
63## Issues
64
65* [ ] connect with facebook
66 * [ ] Deploy to meteor.com
67 * [ ] Npm.require Npm.depends don't work.
68
69
70## Resources
71- meteor
72- coffee-script
73- jade
74- stylus
75- eco
76- absurd