gina 0.1.1-alpha.69 → 0.1.1-alpha.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AUTHORS +2 -1
- package/README.md +38 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/AUTHORS +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/LICENSE +0 -0
- package/framework/v0.1.1-alpha.71/VERSION +1 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/asset/html/nolayout.html +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/asset/html/static.html +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/asset/img/android-chrome-192x192.png +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/asset/img/android-chrome-512x512.png +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/asset/img/apple-touch-icon.png +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/asset/img/favicon-16x16.png +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/asset/img/favicon-32x32.png +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/asset/img/favicon.ico +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/asset/js/plugin/dist/gina.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/asset/js/plugin/dist/gina.js.map +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/asset/js/plugin/dist/gina.min.css +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/asset/js/plugin/dist/gina.min.css.map +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/asset/js/plugin/dist/gina.min.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/asset/js/plugin/dist/gina.min.js.map +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/asset/js/plugin/dist/gina.onload.min.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/asset/js/plugin/dist/gina.onload.min.js.map +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/asset/js/plugin/readme.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/asset/js/plugin/uuid.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/config.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/connectors/couchbase/index.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/connectors/couchbase/lib/connector.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/connectors/couchbase/lib/connector.v2.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/connectors/couchbase/lib/connector.v3.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/connectors/couchbase/lib/n1ql.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/connectors/couchbase/lib/session-store.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/connectors/couchbase/lib/session-store.v2.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/connectors/couchbase/lib/session-store.v3.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/controller/controller.framework.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/controller/controller.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/controller/index.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/deps/busboy/.travis.yml +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/deps/busboy/LICENSE +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/deps/busboy/README.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/deps/busboy/deps/encoding/encoding-indexes.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/deps/busboy/deps/encoding/encoding.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/deps/busboy/lib/main.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/deps/busboy/lib/types/multipart.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/deps/busboy/lib/types/urlencoded.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/deps/busboy/lib/utils.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/deps/busboy/package.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/deps/swig-client/swig-2.0.0.min.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/dev/index.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/dev/lib/class.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/dev/lib/factory.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/dev/lib/tools.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/gna.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/locales/README.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/locales/currency.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/locales/dist/language/en.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/locales/dist/language/fr.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/locales/dist/region/en.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/locales/dist/region/fr.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/locales/index.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/locales/src/make.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/locales/src/resources/currency.csv +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/locales/src/resources/region.csv +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/locales/src/resources/region.mapping.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/mime.types +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/model/entity.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/model/index.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/model/template/entityFactory.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/model/template/index.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/plugins/README.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/plugins/index.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/plugins/lib/file/README.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/plugins/lib/file/build.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/plugins/lib/file/package.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/plugins/lib/intl/README.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/plugins/lib/intl/build.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/plugins/lib/intl/package.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/plugins/lib/intl/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/plugins/lib/storage/README.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/plugins/lib/storage/build.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/plugins/lib/storage/package.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/plugins/lib/storage/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/plugins/lib/validator/README.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/plugins/lib/validator/build.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/plugins/lib/validator/package.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/plugins/lib/validator/src/form-validator.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/plugins/lib/validator/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/router.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/server.express.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/server.isaac.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/server.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/status.codes +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/boilerplate/bundle/config/app.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/boilerplate/bundle/config/routing.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/boilerplate/bundle/config/settings.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/boilerplate/bundle/config/settings.server.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/boilerplate/bundle/config/templates.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/boilerplate/bundle/controllers/controller.content.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/boilerplate/bundle/controllers/controller.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/boilerplate/bundle/controllers/setup.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/boilerplate/bundle/index.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/boilerplate/bundle_namespace/controllers/controller.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/boilerplate/bundle_public/css/default.css +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/boilerplate/bundle_public/css/vendor/readme.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/boilerplate/bundle_public/favicon.ico +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/boilerplate/bundle_public/js/vendor/readme.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/boilerplate/bundle_public/readme.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/boilerplate/bundle_templates/handlers/main.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/boilerplate/bundle_templates/html/homepage.html +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/boilerplate/bundle_templates/html/layout/main.html +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/command/gina.bat.tpl +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/command/gina.tpl +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/conf/env.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/conf/manifest.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/conf/package.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/conf/settings.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/conf/statics.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/conf/templates.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/error/client/json/401.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/error/client/json/403.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/error/client/json/404.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/error/server/html/50x.html +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/error/server/json/500.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/error/server/json/503.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/core/template/extensions/logger/config.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/helpers/console.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/helpers/context.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/helpers/dateFormat.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/helpers/index.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/helpers/json/README.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/helpers/json/package.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/helpers/json/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/helpers/path.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/helpers/plugins/README.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/helpers/plugins/package.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/helpers/plugins/src/api-error.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/helpers/plugins/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/helpers/prototypes.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/helpers/task.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/helpers/text.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/archiver/README.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/archiver/build.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/archiver/package.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/archiver/src/dep/jszip.min.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/archiver/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/aliases.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/bundle/add.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/bundle/arguments.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/bundle/copy.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/bundle/cp.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/bundle/help.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/bundle/help.txt +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/bundle/list.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/bundle/remove.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/bundle/rename.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/bundle/restart.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/bundle/rm.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/bundle/start.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/bundle/status.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/bundle/stop.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/env/add.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/env/get.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/env/help.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/env/help.txt +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/env/link-dev.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/env/list.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/env/remove.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/env/rm.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/env/set.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/env/unset.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/env/use.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/framework/dot.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/framework/get.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/framework/help.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/framework/help.txt +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/framework/init.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/framework/msg.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/framework/open.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/framework/restart.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/framework/set.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/framework/start.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/framework/status.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/framework/stop.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/framework/tail.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/framework/update.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/framework/version.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/gina-dev.1.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/gina-framework.1.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/gina.1.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/helper.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/index.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/msg.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/port/help.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/port/help.txt +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/port/inc/scan.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/port/list.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/port/set.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/project/add.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/project/arguments.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/project/build.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/project/help.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/project/help.txt +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/project/import.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/project/list.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/project/move.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/project/remove.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/project/rename.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/project/restart.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/project/rm.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/project/start.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/project/status.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/project/stop.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/protocol/help.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/protocol/help.txt +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/protocol/list.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/protocol/set.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/scope/help.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/scope/help.txt +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/scope/link-local.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/scope/list.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/scope/remove.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/scope/rm.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/scope/set.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/scope/unset.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/scope/use.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cmd/view/add.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/collection/README.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/collection/build.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/collection/package.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/collection/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/config.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cron/README.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cron/package.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/cron/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/generator/index.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/index.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/inherits/LICENSE +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/inherits/README.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/inherits/example/inheriting_eventemitter.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/inherits/example/protected_inheritance.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/inherits/example/simple_inheritance.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/inherits/example/super_attribute_overridden_by_child_on_init.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/inherits/package.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/inherits/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/logger/README.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/logger/package.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/logger/src/containers/default/index.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/logger/src/containers/file/index.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/logger/src/containers/file/lib/logrotator/README.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/logger/src/containers/file/lib/logrotator/index.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/logger/src/containers/mq/index.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/logger/src/containers/mq/listener.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/logger/src/containers/mq/speaker.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/logger/src/helper.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/logger/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/math/index.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/merge/README.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/merge/example/merge.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/merge/example/merge_2_literal objects.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/merge/example/merge_and_preserve_first.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/merge/package.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/merge/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/model.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/proc.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/routing/README.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/routing/build.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/routing/package.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/routing/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/session-store.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/shell.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/swig-filters/README.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/swig-filters/package.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/swig-filters/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/url/README.md +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/url/index.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/url/mocks.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/url/routing.json +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/url/test.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/validator.js +0 -0
- package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/package.json +0 -0
- package/package.json +10 -11
- package/resources/package.json.template +11 -4
- package/script/post_install.js +78 -13
- package/doc/framework/cli/doc.json +0 -9
- package/doc/framework/index.md +0 -60
- package/framework/v0.1.1-alpha.69/VERSION +0 -1
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/inherits/example/protected_inheritance.js
RENAMED
|
File without changes
|
package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/inherits/example/simple_inheritance.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/logger/src/containers/default/index.js
RENAMED
|
File without changes
|
package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/logger/src/containers/file/index.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/logger/src/containers/mq/listener.js
RENAMED
|
File without changes
|
package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/logger/src/containers/mq/speaker.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/merge/example/merge_2_literal objects.js
RENAMED
|
File without changes
|
package/framework/{v0.1.1-alpha.69 → v0.1.1-alpha.71}/lib/merge/example/merge_and_preserve_first.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gina",
|
|
3
|
-
"version": "0.1.1-alpha.
|
|
3
|
+
"version": "0.1.1-alpha.71",
|
|
4
4
|
"description": "MVC Framework for Node.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"framework",
|
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
"type": "git",
|
|
20
20
|
"url": "https://github.com/rhinostone/gina.git"
|
|
21
21
|
},
|
|
22
|
+
"bugs": {
|
|
23
|
+
"url": "https://github.com/rhinostone/gina/issues",
|
|
24
|
+
"email": "bugs@gina.io"
|
|
25
|
+
},
|
|
22
26
|
"author": {
|
|
23
27
|
"name": "Rhinostone",
|
|
24
28
|
"email": "contact@gina.io"
|
|
@@ -30,19 +34,14 @@
|
|
|
30
34
|
"engine": [
|
|
31
35
|
"node >=0.10.25"
|
|
32
36
|
],
|
|
33
|
-
"preferGlobal": true,
|
|
34
37
|
"bin": {
|
|
35
38
|
"gina": "./bin/gina"
|
|
36
39
|
},
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
"./doc/man/gina-model.1",
|
|
43
|
-
"./doc/man/gina-env.1"
|
|
44
|
-
],
|
|
45
|
-
"main": "./framework/v0.1.1-alpha.69/core/gna",
|
|
40
|
+
"main": "./framework/v0.1.1-alpha.71/core/gna",
|
|
41
|
+
"preferGlobal": true,
|
|
42
|
+
"config": {
|
|
43
|
+
"prefix": "~/.npm-global"
|
|
44
|
+
},
|
|
46
45
|
"scripts": {
|
|
47
46
|
"prepare": "node ./script/prepare_version.js -g",
|
|
48
47
|
"preinstall": "node ./script/pre_install.js -g",
|
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
"type": "git",
|
|
20
20
|
"url": "https://github.com/rhinostone/gina.git"
|
|
21
21
|
},
|
|
22
|
+
"bugs": {
|
|
23
|
+
"url" : "https://github.com/rhinostone/gina/issues",
|
|
24
|
+
"email" : "bugs@gina.io"
|
|
25
|
+
},
|
|
22
26
|
"author": {
|
|
23
27
|
"name": "Rhinostone",
|
|
24
28
|
"email": "contact@gina.io"
|
|
@@ -32,8 +36,7 @@
|
|
|
32
36
|
],
|
|
33
37
|
"preferGlobal": true,
|
|
34
38
|
"bin": {
|
|
35
|
-
"gina": "./bin/
|
|
36
|
-
"gina-debug": "./bin/cli-debug"
|
|
39
|
+
"gina": "./bin/gina"
|
|
37
40
|
},
|
|
38
41
|
"man": [
|
|
39
42
|
"./doc/man/gina.1",
|
|
@@ -43,8 +46,12 @@
|
|
|
43
46
|
"./doc/man/gina-model.1",
|
|
44
47
|
"./doc/man/gina-env.1"
|
|
45
48
|
],
|
|
46
|
-
"main": "./framework/
|
|
47
|
-
"scripts": {
|
|
49
|
+
"main": "./framework/v0.1.1-alpha.70/core/gna",
|
|
50
|
+
"scripts": {
|
|
51
|
+
"prepare": "node ./script/prepare_version.js -g",
|
|
52
|
+
"preinstall": "node ./script/pre_install.js -g",
|
|
53
|
+
"postinstall": "node ./script/post_install.js -g"
|
|
54
|
+
},
|
|
48
55
|
"license": "MIT",
|
|
49
56
|
"readmeFilename": "README.md"
|
|
50
57
|
}
|
package/script/post_install.js
CHANGED
|
@@ -382,17 +382,6 @@ function PostInstall() {
|
|
|
382
382
|
console.info('Prefix ('+ self.isCustomPrefix +'): '+ self.prefix);
|
|
383
383
|
var initialDir = process.cwd();
|
|
384
384
|
|
|
385
|
-
var deps = require(_(self.path + '/package.json', true)).dependencies;
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
// var cmd = self.prefix +'/bin/';
|
|
391
|
-
// cmd += ( isWin32() ) ? 'npm.cmd install' : 'npm install';
|
|
392
|
-
// cmd += ' --prefix='+ self.path;
|
|
393
|
-
|
|
394
|
-
// var cmd = 'cd '+ self.path +' && ';
|
|
395
|
-
// cmd += ( isWin32() ) ? 'npm.cmd install' : 'npm install';
|
|
396
385
|
|
|
397
386
|
var cmd = ( isWin32() ) ? 'npm.cmd install' : 'npm install';
|
|
398
387
|
|
|
@@ -403,6 +392,7 @@ function PostInstall() {
|
|
|
403
392
|
process.env.npm_config_global=false;
|
|
404
393
|
execSync(cmd);
|
|
405
394
|
|
|
395
|
+
// var deps = require(_(self.path + '/package.json', true)).dependencies;
|
|
406
396
|
// for (let d in deps) {
|
|
407
397
|
// try {
|
|
408
398
|
// console.info('running: `'+ cmd +' '+ d +'@"'+ deps[d] +'"` from '+ self.path );
|
|
@@ -443,8 +433,11 @@ function PostInstall() {
|
|
|
443
433
|
var oldConfigGlobal = process.env.npm_config_global;
|
|
444
434
|
process.env.npm_config_global=false;
|
|
445
435
|
|
|
446
|
-
var cmd = self.prefix +'/bin/';
|
|
447
|
-
cmd += ( isWin32() ) ? 'npm.cmd rm colors' : 'npm rm colors';
|
|
436
|
+
// var cmd = self.prefix +'/bin/';
|
|
437
|
+
// cmd += ( isWin32() ) ? 'npm.cmd rm colors' : 'npm rm colors';
|
|
438
|
+
|
|
439
|
+
var cmd = ( isWin32() ) ? 'npm.cmd rm colors' : 'npm rm colors';
|
|
440
|
+
|
|
448
441
|
try {
|
|
449
442
|
execSync(cmd);
|
|
450
443
|
console.debug('Removed default `colors` module from `GINA_DIR`... This is normal ;)');
|
|
@@ -558,6 +551,78 @@ function PostInstall() {
|
|
|
558
551
|
done()
|
|
559
552
|
}
|
|
560
553
|
|
|
554
|
+
/**
|
|
555
|
+
* Link binary to profile
|
|
556
|
+
* Will edit ~/.profile, check and add if needed path to ~/.npm-global
|
|
557
|
+
*
|
|
558
|
+
*/
|
|
559
|
+
// self.linkBinaryToProfile = async function(done) {
|
|
560
|
+
|
|
561
|
+
// // create a directory for global installations
|
|
562
|
+
// var npmGlobalPath = _(getUserHome() + '/.npm-global', true);
|
|
563
|
+
|
|
564
|
+
// if (self.prefix != npmGlobalPath ) {
|
|
565
|
+
// done()
|
|
566
|
+
// }
|
|
567
|
+
|
|
568
|
+
// console.info('Setting npm global path: '+ npmGlobalPath +' '+ new _(npmGlobalPath).existsSync() );
|
|
569
|
+
// var npmGlobalPathObj = new _(npmGlobalPath);
|
|
570
|
+
// if ( !npmGlobalPathObj.existsSync() ) {
|
|
571
|
+
// npmGlobalPathObj.mkdirSync()
|
|
572
|
+
// }
|
|
573
|
+
// // from `/usr/local` -> `~/.npm-global`
|
|
574
|
+
// var cmd = 'npm config set prefix '+ getUserHome() +'/.npm-global';
|
|
575
|
+
// await promisify(run)(cmd, { cwd: _(self.path), tmp: _(self.root +'/tmp'), outToProcessSTD: true })
|
|
576
|
+
// .catch(function onError(err){
|
|
577
|
+
// if (err) {
|
|
578
|
+
// console.warn('try to run: sudo ' + cmd);
|
|
579
|
+
// return done(err);
|
|
580
|
+
// }
|
|
581
|
+
// });
|
|
582
|
+
|
|
583
|
+
// var profilePath = getUserHome() + '/.profile';
|
|
584
|
+
// var profilePathObj = new _(profilePath);
|
|
585
|
+
// if ( !profilePathObj.existsSync() ) {
|
|
586
|
+
// cmd = 'touch '+ profilePath;
|
|
587
|
+
// await promisify(run)(cmd, { cwd: _(self.path), tmp: _(self.root +'/tmp'), outToProcessSTD: true })
|
|
588
|
+
// .catch(function onError(err){
|
|
589
|
+
// if (err) {
|
|
590
|
+
// console.warn('try to run: sudo ' + cmd);
|
|
591
|
+
// return done(err);
|
|
592
|
+
// }
|
|
593
|
+
// });
|
|
594
|
+
// }
|
|
595
|
+
|
|
596
|
+
// var inFile = null;
|
|
597
|
+
// try {
|
|
598
|
+
// inFile = execSync("cat ~/.profile | grep .npm-global/bin").toString();
|
|
599
|
+
// } catch (err) {
|
|
600
|
+
// // nothing to do
|
|
601
|
+
// }
|
|
602
|
+
|
|
603
|
+
// if (!inFile) {
|
|
604
|
+
// inFile = "\n# set PATH so it includes user‘s private npm bin if exists"
|
|
605
|
+
// inFile += '\nif [ -d "$HOME/.npm-global/bin" ]; then';
|
|
606
|
+
// inFile += '\n PATH="$HOME/.npm-global/bin:$PATH"';
|
|
607
|
+
// inFile += '\nfi\n';
|
|
608
|
+
// try {
|
|
609
|
+
// fs.appendFileSync( getUserHome()+'/.profile', inFile );
|
|
610
|
+
// } catch (err) {
|
|
611
|
+
// return done(err);
|
|
612
|
+
// }
|
|
613
|
+
// inFile = null;
|
|
614
|
+
|
|
615
|
+
// // we need to source/update ~/.profile
|
|
616
|
+
// try {
|
|
617
|
+
// execSync("source "+ profilePath);
|
|
618
|
+
// } catch (err) {
|
|
619
|
+
// return done(err)
|
|
620
|
+
// }
|
|
621
|
+
// }
|
|
622
|
+
|
|
623
|
+
// done()
|
|
624
|
+
// }
|
|
625
|
+
|
|
561
626
|
var restoreSymlinks = function() {
|
|
562
627
|
var archivesPath = _(getUserHome() + '/.gina/archives/framework', true);
|
|
563
628
|
var frameworkPath = _(self.gina +'/framework', true);
|
package/doc/framework/index.md
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
### Introducing Gina
|
|
2
|
-
# Getting started
|
|
3
|
-
|
|
4
|
-
## What is Gina ?
|
|
5
|
-
|
|
6
|
-
PLease, note that the document is still in progress.
|
|
7
|
-
|
|
8
|
-
Main purpose: Generate easier and faster new applications.
|
|
9
|
-
|
|
10
|
-
Node.js(85%), git(10%), ruby(5%)
|
|
11
|
-
|
|
12
|
-
## Philosophy Behind
|
|
13
|
-
|
|
14
|
-
Accessibility, flexibility, scalability, maintainability.
|
|
15
|
-
|
|
16
|
-
We aim to have the best devkiv inspired by features we think that will improve productivity and maintanability of yyour applications.
|
|
17
|
-
|
|
18
|
-
Infact, most of the things we don’t have yet can be replaced by some alternatives written in
|
|
19
|
-
|
|
20
|
-
other languages like: Ruby, PHP, .net, Node.js or C++. You are free to use such alternatives
|
|
21
|
-
|
|
22
|
-
until we implement similar features.
|
|
23
|
-
|
|
24
|
-
## Why MVC ?
|
|
25
|
-
|
|
26
|
-
Basically, we wanted Geena to be accessible, evolutive, as easy as possible to use and scalable at the
|
|
27
|
-
|
|
28
|
-
same time.
|
|
29
|
-
|
|
30
|
-
## Requirements
|
|
31
|
-
|
|
32
|
-
What is a project ?
|
|
33
|
-
|
|
34
|
-
What is a bundle (application) ?
|
|
35
|
-
|
|
36
|
-
What is a module ?
|
|
37
|
-
|
|
38
|
-
What is an Addon/Plugin
|
|
39
|
-
|
|
40
|
-
## Installing Geena
|
|
41
|
-
|
|
42
|
-
## Creating your first project
|
|
43
|
-
|
|
44
|
-
## Creating your first bundle (application)
|
|
45
|
-
|
|
46
|
-
## Start and stop bundle
|
|
47
|
-
|
|
48
|
-
## Routing & controllers
|
|
49
|
-
|
|
50
|
-
## Views
|
|
51
|
-
|
|
52
|
-
## Handlers
|
|
53
|
-
|
|
54
|
-
## Forms
|
|
55
|
-
|
|
56
|
-
## Debugging
|
|
57
|
-
|
|
58
|
-
## Deploying (strategies, tools)
|
|
59
|
-
|
|
60
|
-
## Backup & Restore
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.1.1-alpha.69
|