Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 708 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (21 loc) · 708 Bytes

Welcome spear projects 🚀🚀

This is Spear Open Source Project.
This project goal is providing convenient tool with Spearly technologies.

Contribute to spear-cli

spear-cli is SSG(Static site generator) of Spearly.
If you want to contribute this spear-cli, you can build and test it.

Building and Testing.

Build

You can build spear-cli as follow single command.

$ yarn build

As result of an above command, generated outputs into dist directory

Testing

You can execute generated spear-cli by using the following command:

$ node dist/index.js

Contribute to spearly-cms-js-core

cms-js-core is core library for spearly technologies.

T.B.D.