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

@ember-learn/cli-guides

Package Overview
Dependencies
Maintainers
6
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ember-learn/cli-guides

Markdown files for Ember-Cli Guides

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

Ember-Cli Guides Source

Build Status

This repository is part of a Work-In-Progress project to refresh and replace the CLI guides content of https://ember-cli.com.

Contributing

Do you know a thing or two about the CLI or addons? Do you wish you knew a thing or do? We'd love to have your help with writing or reviewing to make sure that content is helpful to all knowledge levels. To learn more about the motivation for this, read this RFC.

Overall project status and tasks that need help are tracked in this Quest issue. Have a read through that and the CONTRIBUTING.md file in order to get started.

As this project is pre-1.0, no content should be taken as technically authoritative.

Prerequisites

You will need the following things properly installed on your computer.

Local Development

To see what a local copy of the Guides markdown looks like:

  • Clone the Ember CLI Guides App repository
  • link the cli-guides-source repository by running npm link inside this repository, then npm link @ember-learn/cli-guides in the guides-app
  • npm install and ember serve in the guides app
  • Visit your app at http://localhost:4200.
  • Visit your tests at http://localhost:4200/tests.

If you follow this strategy above, as you save changes to the markdown files of this repository, your locally served app should update.

Adding more things to the table of contents

See pages.yaml in the cli-guides-source. Whatever has a url of index will be what is shown for the top level path, like /tutorial/. There must be an index.md under each topic.

Deploying

See instructions on the cli-guides-app README.

FAQs

Package last updated on 11 Oct 2018

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