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

@dojo/cli-export-project

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dojo/cli-export-project

Emit a project bundle of a Dojo 2 Application

  • 0.1.0
  • beta3
  • beta4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

@dojo/cli-export-project

Build Status codecov npm version

A command which exports a project bundle which can be used with the @dojo/web-editor and other tools.

WARNING This is alpha software. This is not yet production ready, so you should use at your own risk.

Features

This command will create a JSON file which will contain all the necessary information about the current code to be able to be loaded into the @dojo/web-editor. It is possible that it can be used with other tools which can read the custom format.

The types for the file are located in interfaces/project.json.d.ts with the interface for the main file being ProjectJson.

How do I use this package?

To create a project export:

$ dojo export project

Export project bundle
  exported to "my-project.project.json"

This will export a file ending in .project.json which will be named after the name of your package in the package.json file.

There are several options that can be passed on the command line:

FlagTypeDescription
-c, --contentstringA comma seperated list of extentions of files to include in the project files. Defaults to "ts,html,css,json,xml,md".
-o, --outstringThe output path for the generated bundle. Defaults to the current working directory.
-p, --projectstringThe path to the root of the project to bunde. Defaults to the current working directory.
-v, --verboseflagProvide verbose output when generating the editor bundle.
-h, --helpflagShow help

How do I contribute?

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

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 in node run:

grunt test

© 2017 JS Foundation & contributors. New BSD license.

FAQs

Package last updated on 06 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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