https://github.com/webdad/node-seed
A small seed to create new node.js - angular apps
https://github.com/webdad/node-seed
Last synced: about 1 month ago
JSON representation
A small seed to create new node.js - angular apps
- Host: GitHub
- URL: https://github.com/webdad/node-seed
- Owner: WebDaD
- Created: 2017-06-12T08:27:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T08:28:24.000Z (almost 9 years ago)
- Last Synced: 2025-12-25T20:59:54.606Z (5 months ago)
- Language: Shell
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node-Seed
A seed to start node-Apps with Angular FrontEnd and a File-Bases in-Memory Database
## Usage
`wget -O - http://fh-hfv-git01.hf.brnet.int/sigmundd/node-seed/blob/master/plant.sh | bash`
or see [Manual Planting](#manual)
## Contents
### Database
->IMFB (in-memory-file-based)
Generic-Controller (load onstart from files, serve data, save to files), Database-Folder (inApp), Model (json for objects)
### Server
### FrontEnd
## Manual
Instructions to create a project from seed by hand.
### How To Plant a Seed
### How To Add Bower modules
### How To Add node modules
---
Remove below this line
# TODO:
## plant
* create models
* create database
* create repo
* create demoData
* ask for name
* ask for email
* ask for color main
* ask for compColor
* Plant add Apache and nginx IIS lightppd conf and detect Server and ask to copy and restart
* Sed replace might need to escape []
* calc color 3 and 4 (3 = main font, whit on dark, black on light, 4 = active color similar fpr comColor)
## readme
* List all commands from plant here, allowing for custom usage
* List scripts from package for manual calls
* List Links
## package.json
* copy
* https://www.npmjs.com/package/html-minifier > html-minifier --help
* restart
* https://github.com/RealFaviconGenerator/cli-real-favicon
* stop (also stop debug)
* jade -> only copy index, index-debug, templates/* (ang)
* dependencies ->reload
* publish (test && copy && lint && minify && copies node_modules, public, app.js, conf, .... to specified server in package)
## files
* raml
* create new readme.md (mv this to seed.md)
* Assets
* html
* views
* css
* spinner
* js
* ang
* fonts
* add test font
* images
* add node-seed logo
* app.js
* static public/js, public/css, public/images, public/fonts
* index (debugswitch)
* templates
* controllers (like cfp)
* routes (like dubres)