Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Commit

Permalink
feat(pictograms): setup the package folder for pictograms (#317)
Browse files Browse the repository at this point in the history
* feat: setup the package folder for pictograms

* feat: set package to private
  • Loading branch information
photodow authored and joshblack committed Feb 6, 2019
1 parent 3fda190 commit f43154a
Show file tree
Hide file tree
Showing 20 changed files with 69 additions and 0 deletions.
31 changes: 31 additions & 0 deletions packages/pictograms/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# @carbon/pictograms

> Pictograms for digital and software products using the Carbon Design
> System
## Getting started

To install `@carbon/pictograms` in your project, you will need to run
the following command using [npm](https://www.npmjs.com/):

```bash
npm install -S @carbon/pictograms
```

If you prefer [Yarn](https://yarnpkg.com/en/), use the following
command instead:

```bash
yarn add @carbon/pictograms
```

## 🙌 Contributing

We're always looking for contributors to help us fix bugs, build new
features, or help us improve the project documentation. If you're
interested, definitely check out our [Contributing Guide](/.github/CONTRIBUTING.md)
! 👀

## 📝 License

Licensed under the [Apache 2.0 License](/LICENSE).
20 changes: 20 additions & 0 deletions packages/pictograms/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "@carbon/pictograms",
"private": true,
"description": "Pictograms for digital and software products using the Carbon Design System",
"version": "0.0.1-alpha.31",
"license": "Apache-2.0",
"repository": "https://github.com/IBM/carbon-elements/tree/master/packages/pictograms",
"bugs": "https://github.com/IBM/carbon-elements/issues",
"keywords": [
"pictograms",
"ibm",
"elements",
"carbon",
"carbon-elements",
"carbon-design-system"
],
"publishConfig": {
"access": "public"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f43154a

Please sign in to comment.