Giter Site home page Giter Site logo

kitsonk / cli-create-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dojo/cli-create-app

0.0 3.0 0.0 100 KB

๐Ÿš€ Dojo 2 - cli command for creating app boilerplates.

Home Page: http://dojo.io

License: Other

JavaScript 2.83% TypeScript 95.25% HTML 0.60% CSS 1.32%

cli-create-app's Introduction

cli-create-app

Build Status codecov npm version

The create app command for the dojo cli.

WARNING This is beta software. While we do not anticipate significant changes to the API at this stage, we may feel the need to do so. This is not yet production ready, so you should use at your own risk.

Usage

To use @dojo/cli-create-app, install the project globally along side dojo cli:

npm install -g @dojo/cli-create-app

Run using:

dojo create [app] --name <appName>

Features

@dojo/cli-create-app generates a skeleton project structure for Dojo 2 into a directory using the the --name argument provided.

All the dependencies have been pre-installed using npm including two @dojo/cli commands; @dojo/cli-build-webpack and @dojo/cli-test-intern.

To start using the application, cd into the directory and run dojo build --watch which will build and serve the application on port 9999. Open http://localhost:9999 in a modern browser (Chrome, FF, Safari, IE11 or Edge) to run the application.

For testing the application run dojo test, which will build the application (src and tests) and run all test in node.

When ready to create a production build run dojo build, the output will be available in the dist directory.

How do I contribute?

We appreciate your interest! Please see the Dojo 2 Meta Repository for the Contributing Guidelines and Style Guide.

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 using the Object test interface and Assert assertion interface.

90% branch coverage MUST be provided for all code submitted to this repository, as reported by istanbulโ€™s combined coverage results for all supported platforms.

To test locally run:

grunt test

Licensing information

ยฉ 2017 JS Foundation. New BSD license.

cli-create-app's People

Contributors

agubler avatar bitpshr avatar jdonaghue avatar lzhoucs avatar maier49 avatar matt-gadd avatar rishson avatar rorticus avatar tomdye avatar vansimke avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.