Comparing version 0.0.251 to 0.0.252
{ | ||
"name": "xone", | ||
"version": "0.0.251", | ||
"version": "0.0.252", | ||
"description": "Open source Javascript framework for building modern web applications.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -25,5 +25,5 @@  | ||
### Create New Xone Project | ||
Create a new project inside the directory _path\to\my\workspace\my_project_: | ||
Create a new project inside the directory _workspace\my_project_: | ||
```bash | ||
path\to\my\workspace> xone create "my_project" | ||
workspace> xone create "my_project" | ||
``` | ||
@@ -33,3 +33,3 @@ | ||
```bash | ||
path\to\my\workspace\my_project> xone create . | ||
workspace\my_project> xone create . | ||
``` | ||
@@ -39,3 +39,3 @@ | ||
```bash | ||
path\to\my\workspace\my_project> xone create . --force | ||
workspace\my_project> xone create . --force | ||
``` | ||
@@ -52,3 +52,3 @@ __Note:__ Be careful, this command will also reset most of the existing project files! | ||
```bash | ||
path\to\my\workspace\my_project> xone install | ||
workspace\my_project> xone install | ||
``` | ||
@@ -73,18 +73,18 @@ | ||
Update existing Xone project (fetch from a _local npm_modules_ installation): | ||
Update Xone binaries of an existing Xone project (fetch from a _local npm_modules_ installation): | ||
```bash | ||
path\to\my\workspace\my_project> xone install local | ||
workspace\my_project> xone install local | ||
``` | ||
Update existing Xone project (fetch from any _custom_ location): | ||
Update Xone binaries of an existing Xone project (fetch from any _custom_ location): | ||
```bash | ||
path\to\my\workspace\my_project> xone install /lib/xone_0.2.1/ | ||
workspace\my_project> xone install /lib/xone_0.2.1/ | ||
``` | ||
__Note:__ To make the _Xone CLI_ available (to make use of the keyword 'xone') it needs at least one global Xone installation. Please read further if you prefer an installation without using the _Xone CLI_. | ||
__Note:__ To make the _Xone CLI_ available (use the keyword 'xone') it needs at least one global Xone installation. Please read further if you prefer an installation without using the _Xone CLI_. | ||
### Manage local npm repositories of xone (without using _Xone CLI_): | ||
### Manage local npm repositories of Xone (without using _Xone CLI_): | ||
Install Xone locally: | ||
```bash | ||
path\to\my\workspace\my_project> npm install xone | ||
workspace\my_project> npm install xone | ||
``` | ||
@@ -94,3 +94,3 @@ | ||
```bash | ||
path\to\my\workspace\my_project> node node_modules\xone\task\create . | ||
workspace\my_project> node node_modules\xone\create . | ||
``` | ||
@@ -100,3 +100,3 @@ | ||
```bash | ||
path\to\my\workspace\my_project> node node_modules\xone\task\install | ||
workspace\my_project> node node_modules\xone\install | ||
``` | ||
@@ -107,3 +107,3 @@ | ||
```bash | ||
path\to\my\lib\xone_0.2.1> node task/version | ||
lib\xone_0.2.1> node version | ||
``` | ||
@@ -113,3 +113,3 @@ | ||
```bash | ||
path\to\my\workspace> node ../lib/xone_0.2.1/task/create "my_project" | ||
workspace> node ../lib/xone_0.2.1/create "my_project" | ||
``` | ||
@@ -119,11 +119,11 @@ | ||
```bash | ||
path\to\my\workspace\my_project> node ../lib/xone_0.2.1/task/install | ||
workspace\my_project> node ../lib/xone_0.2.1/install | ||
``` | ||
### Build Xone Project | ||
Un-compiled sources: _path\to\my\workspace\my_project\app\\*_ | ||
Un-compiled sources: _workspace\my_project\app\\*_ | ||
```bash | ||
path\to\my\workspace\my_project> app build | ||
workspace\my_project> app build | ||
``` | ||
Production build: _path\to\my\workspace\my_project\bin\www\\*_ | ||
Production build: _workspace\my_project\bin\www\\*_ | ||
@@ -130,0 +130,0 @@ __Note:__ We strongly recommended use production builds for any external/public releases and use the sources only for developing, testing and may some other internal usage. To skip the build integration of Xone, you have to use the stand-alone version instead. |
753386
187
10339
5