Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-ramos committed Jul 21, 2023
1 parent 6c8235c commit 6bb0e68
Show file tree
Hide file tree
Showing 315 changed files with 20,147 additions and 14,757 deletions.
13 changes: 0 additions & 13 deletions .editorconfig

This file was deleted.

9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@
/dist
/tmp
/out-tsc
# Only exists if Bazel was run
/bazel-out

# dependencies
**/node_modules
/node_modules

# profiling files
chrome-profiler-events*.json

# IDEs and editors
/.idea
Expand All @@ -23,8 +28,10 @@
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
30 changes: 0 additions & 30 deletions .vscode/settings.json

This file was deleted.

51 changes: 14 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,27 @@
# Pioneer Angular Charts [![Build Status](https://travis-ci.org/PioneerCode/pioneer-charts.svg?branch=master)](https://travis-ci.org/PioneerCode/pioneer-charts)
# PioneerCharts

[![](https://img.shields.io/npm/dt/@pioneer-code/pioneer-charts.svg)](https://www.npmjs.com/package/@pioneer-code/pioneer-charts)
[![](https://img.shields.io/npm/v/@pioneer-code/pioneer-charts.svg)](https://www.npmjs.com/package/@pioneer-code/pioneer-charts)
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.3.

## Development server

## Quick start
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.

To get started, it is highly recommended that you [Read the Getting Started](https://charts.pioneercode.com/docs/guides/introduction) page for information on setup, configuration and examples, and more.
## Code scaffolding

```bash
npm install @pioneer-code/pioneer-charts
```
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.

[npm](https://www.npmjs.com/package/@pioneer-code/pioneer-charts)
## Build

## Bugs and feature requests
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.

Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/PioneerCode/pioneer-charts/blob/master/.github/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/PioneerCode/pioneer-charts/issues/new).
## Running unit tests

## Documentation
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

Pioneer Chart's documentation, of which is [included in this repo](https://github.com/PioneerCode/pioneer-charts/tree/master/src/apps/demo/src), is built with [Angular](https://angular.io/) and publicly hosted on GitHub Pages at <https://charts.pioneercode.com/>. The docs may also be run locally.
## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

## Contributing
## Further help

Please read through our [contributing guidelines](https://github.com/PioneerCode/pioneer-charts/blob/master/.github/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.

Editor preferences are available in the [editor config](https://github.com/PioneerCode/pioneer-charts/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at <http://editorconfig.org/>.


## Creator

**Chad Ramos**

- [Twitter](https://github.com/chad-ramos)
- [GitHub](https://twitter.com/chad_ramos)

## Contributors

**Your Name Here**

Now accepting PRs! :smile:

- [sophieball](https://github.com/PioneerCode/pioneer-charts/commits?author=sophieball)

## Copyright and license

Code and documentation copyright 2018 the [Pioneer Charts Authors](https://github.com/PioneerCode/pioneer-charts/graphs/contributors) and [Pioneer Code](https://pioneercode.com) Code and Docs released under the [MIT License](https://github.com/PioneerCode/pioneer-charts/blob/master/LICENSE).
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
Loading

0 comments on commit 6bb0e68

Please sign in to comment.