@dojo/cli-create-app
Advanced tools
Comparing version 2.0.0-alpha.10 to 2.0.0-alpha.11
{ | ||
"name": "@dojo/cli-create-app", | ||
"version": "2.0.0-alpha.10", | ||
"version": "2.0.0-alpha.11", | ||
"description": "Command to scaffold a new command", | ||
@@ -5,0 +5,0 @@ "homepage": "http://dojotoolkit.org", |
@@ -9,2 +9,23 @@ # cli-create-app | ||
- [Usage](#usage) | ||
- [Features](#features) | ||
- [How do I contribute?](#how-do-i-contribute) | ||
- [Installation](#installation) | ||
- [Testing](#testing) | ||
- [Licensing information](#licensing-information) | ||
## Usage | ||
To use `@dojo/cli-create-app`, install the project globally along side `dojo cli`: | ||
```bash | ||
npm install -g @dojo/cli-create-app | ||
``` | ||
Run using: | ||
```bash | ||
dojo create [app] -name <appName> | ||
``` | ||
## Features | ||
@@ -14,7 +35,2 @@ | ||
## How do I use this package? | ||
- Install globally alongside `dojo cli` | ||
- Run using `dojo create [app] -name <appName>` | ||
## How do I contribute? | ||
@@ -25,4 +41,10 @@ | ||
## Testing | ||
### Installation | ||
To start working with this package, clone the repository and run `npm install`. | ||
In order to build the project run `grunt dev` or `grunt dist`. | ||
### Testing | ||
Test cases MUST be written using [Intern](https://theintern.github.io) using the Object test interface and Assert assertion interface. | ||
@@ -38,4 +60,2 @@ | ||
([New BSD](http://opensource.org/licenses/BSD-3-Clause)) | ||
© 2004–2016 Dojo Foundation & contributors. [New BSD](http://opensource.org/licenses/BSD-3-Clause) license. | ||
© 2017 [JS Foundation](https://js.foundation/). [New BSD](http://opensource.org/licenses/BSD-3-Clause) license. |
@@ -10,3 +10,3 @@ { | ||
"@dojo/stores": "2.0.0-alpha.11", | ||
"@dojo/widget-core": "2.0.0-alpha.26", | ||
"@dojo/widget-core": "2.0.0-alpha.27", | ||
"@dojo/i18n": "2.0.0-alpha.7", | ||
@@ -13,0 +13,0 @@ "maquette": "2.4.3" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30069
57