Gathering detailed insights and metrics for @spearly/spear-cli
Gathering detailed insights and metrics for @spearly/spear-cli
Gathering detailed insights and metrics for @spearly/spear-cli
Gathering detailed insights and metrics for @spearly/spear-cli
npm install @spearly/spear-cli
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
10 Stars
200 Commits
1 Forks
7 Watching
9 Branches
13 Contributors
Updated on 23 May 2024
TypeScript (96.47%)
HTML (1.61%)
JavaScript (1.59%)
SCSS (0.33%)
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
-84.7%
9
Compared to previous week
Last month
7.3%
161
Compared to previous month
Last year
-42.8%
4,051
Compared to previous year
16
This is Open Source Repository for Spear🚀
The Spear is Static Site Generator(SSG) that can integrate with Headless CMS called Spearly. You can build the static site without Spearly as well.
The Spear project has the following packages:
Packages | Status | Details | README Link |
---|---|---|---|
spear-cli | SSG CLI | README | |
create-spear | Spear Project creation tool | README | |
cms-js-core | Public | Spearly contents converter library. | README |
spearly-flutter | In Planning | The library which Embedding CMS Content into Flutter | - |
spearly-svelte | In Planning | The library which embedding CMS Content into Svelte Kit | - |
spearly-astro | In Planning | The plugin which embedding Spearly Content into Astro more easily | - |
You can create the project by using npm create spear@latest
create` command to answer some questions.
1$ npm create spear@latest 2Namespace(port=undefined, action='create', projectName=undefined, src=undefined) 3 ### Welcome to Spear CLI ### 4 5 6? Name of your project test-project 7? Use Spearly CMS Yes 8? Choose template type basic 9? Enter your Spearly CMS API KEY abc 10 11 ## Your project was created 🎉 12 13 To start using, run the following command: 14 cd test-project 15 yarn install 16 17 To start local server, run 18 yarn dev 19 20 To build static sources, run 21 yarn build
You can build the project for build
task. (You can switch debug mode by using dev
task as well)
1$ cd test-project 2# If you use the npm. 3$ npm install 4$ npm run build 5# If you use the yarn. 6$ yarn install 7$ yarn build 8# If you use the pnpm. 9$ pnpm install 10$ pnpm run build
Thank you for your participation!
The Spear project is open source, so we waiting for your contribution🚀 If you want to contribute to this project, You can read CONTRIBUTING.md !
We look forward to your participation in the following:
No vulnerabilities found.
No security vulnerabilities found.