Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dojo/cli-create-app

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dojo/cli-create-app - npm Package Compare versions

Comparing version 2.0.0-alpha.10 to 2.0.0-alpha.11

2

package.json
{
"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"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc