Giter Club home page Giter Club logo

cli-guides's Introduction

Ember CLI guides

Build Status

This repository holds the guides and tutorials for the Ember CLI, a powerful tool that helps you create, develop, and build an Ember app.

To contribute to the API documentation itself, which lists properties and methods used by addons and apps, instead visit Ember CLI, where the API docs are managed as code comments within the codebase.

This project replaces, updates, and adds to the content historically hosted at https://ember-cli.com/.

Looking for repositories for the other parts of emberjs.com? Check out guides-source, website, ember-api-docs, super-rentals tutorial, statusboard, deprecation-app, and styleguide.

Prerequisites

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

Local Development

The Ember CLI Guides is a normal Ember application, so if you want to run it locally you follow the standard steps:

  • Clone this repository
  • cd cli-guides-source
  • npm install
  • ember serve
  • Visit your app at http://localhost:4200.

If you then edit the Markdown files located in the guides/ folder your application should live-update with the content changes.

To run the tests you can run npm run lint:md and npm test in your terminal. npm run lint:md will spellcheck and enforce consistency in the Markdown files. npm test will run Ember tests that have been setup and also scripts that check the Markdown files links.

Markdown linting (lint:md) must pass otherwise it will fail in Travis-CI. Spellchecking uses a custom ember-dictionary with words and terms common to the Ember community, such as SemVer. Words and terms that are associated with a specific guide can be placed in the .local.dic dictionary file. Create a pull request if a word needs to be added to ember-dictionary.

How this app works

The guides content is in the form of Markdown files in the guides directory. An Ember app processes and serves the Markdown files. If you look at the app directory, you'll see there's not much in it! That's because most of the work is done through a dependency on guidemaker, a static site generator created in Ember.

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. If you're new to writing Markdown, follow this cheat sheet.

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.

Adding more things to the table of contents

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

Deploying

This app has CI/CD in place, which automatically deploys the contents of the master branch. It is hosted on the Ember Learning org's Netlify account.

cli-guides's People

Contributors

acorncom avatar aklkv avatar bartocc avatar bradenlawrence avatar cah-danmonroe avatar codingitwrong avatar danmonroe avatar eflanagan0 avatar gaurav0 avatar jelhan avatar jenweber avatar jrjohnson avatar jubar avatar karlbecker avatar kennethlarsen avatar lalitharajanala avatar lennyburdette avatar llunn avatar locks avatar lukemelia avatar mansona avatar maxwondercorn avatar mehulkar avatar michalbryxi avatar mixonic avatar robbiethewagner avatar rwjblue avatar sivakumar-kailasam avatar vbrin27 avatar villander 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.