0.3.2 • Published 2 years ago

@visiosto/gatsby-util v0.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Visiosto Gatsby Utilities

Main workflow

An npm package with the utilities and components used in the development of the Gatsby web applications of Visiosto.

Install

With yarn:

yarn add @visiosto/gatsby-util

With npm:

npm install @visiosto/gatsby-util

Build

Before building gatsby-util, please ensure that you have Node.js and Yarn installed. Please note that this project uses the Yarn Classic.

First, clone the GitHub repository of gatsby-util.

Via HTTPS: If you’re checking out sources as read-only, HTTPS works best.

git clone https://github.com/visiosto/gatsby-util.git

Via SSH: If you’re planning on regularly making direct commits, cloning over SSH may provide a better experience (it requires uploading SSH keys to GitHub)

git clone git@github.com:visiosto/gatsby-util.git

Via GitHub CLI: If you work chiefly with GitHub, using the official GitHub CLI may provide the best experience.

gh repo clone visiosto/gatsby-util

After cloning the source, make sure to change to the cloned directory.

cd gatsby-util

Then install the dependencies for the build.

yarn install

Finally, build the project.

yarn build

Contributing

Contributions to gatsby-util are welcome and encouraged! There are many ways to contribute to it. You can find the guidelines for contributing in CONTRIBUTING.

This project adheres to the Contributor Covenant Code of Conduct. By participating, you’re expected to uphold this code. Please report unacceptable behaviour to antti.kivi@visiosto.fi.

Licence

gatsby-util’s source code is licensed under the MIT License.

0.3.2

2 years ago

0.3.1

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago