https://github.com/form8ion/nuxt
opinionated scaffolder for Nuxt.js
https://github.com/form8ion/nuxt
Last synced: about 1 month ago
JSON representation
opinionated scaffolder for Nuxt.js
- Host: GitHub
- URL: https://github.com/form8ion/nuxt
- Owner: form8ion
- License: mit
- Created: 2020-07-25T05:23:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T13:43:44.000Z (about 1 year ago)
- Last Synced: 2024-04-12T16:57:03.232Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://npm.im/@form8ion/nuxt
- Size: 4.69 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - nuxt
README
# nuxt
opinionated scaffolder for [Nuxt.js](https://nuxtjs.org/)
[![Codecov][coverage-badge]][coverage-link]
[![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link]
![SLSA Level 2][slsa-badge]## Table of Contents
* [Usage](#usage)
* [Installation](#installation)
* [Example](#example)
* [Import](#import)
* [Execute](#execute)
* [Contributing](#contributing)
* [Dependencies](#dependencies)
* [Verification](#verification)## Usage
[![MIT license][license-badge]][license-link]
[![npm][npm-badge]][npm-link]
[![Try @form8ion/nuxt on RunKit][runkit-badge]][runkit-link]### Installation
```sh
$ npm install @form8ion/nuxt --save-prod
```### Example
#### Import
```javascript
import {scaffold} from '@form8ion/nuxt';
```#### Execute
```javascript
await scaffold({projectRoot: process.cwd()});
```## Contributing
[![PRs Welcome][PRs-badge]][PRs-link]
[![Conventional Commits][commit-convention-badge]][commit-convention-link]
[![Commitizen friendly][commitizen-badge]][commitizen-link]
[![semantic-release][semantic-release-badge]][semantic-release-link]
[![Renovate][renovate-badge]][renovate-link]### Dependencies
```sh
$ nvm install
$ npm install
```### Verification
```sh
$ npm test
```[PRs-link]: http://makeapullrequest.com
[PRs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg
[commit-convention-link]: https://conventionalcommits.org
[commit-convention-badge]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg
[commitizen-link]: http://commitizen.github.io/cz-cli/
[commitizen-badge]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg
[semantic-release-link]: https://github.com/semantic-release/semantic-release
[semantic-release-badge]: https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release
[renovate-link]: https://renovatebot.com
[renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?logo=renovatebot
[coverage-link]: https://codecov.io/github/form8ion/nuxt
[coverage-badge]: https://img.shields.io/codecov/c/github/form8ion/nuxt?logo=codecov
[license-link]: LICENSE
[license-badge]: https://img.shields.io/github/license/form8ion/nuxt.svg
[npm-link]: https://www.npmjs.com/package/@form8ion/nuxt
[npm-badge]: https://img.shields.io/npm/v/@form8ion/nuxt?logo=npm
[runkit-link]: https://npm.runkit.com/@form8ion/nuxt
[runkit-badge]: https://badge.runkitcdn.com/@form8ion/nuxt.svg
[github-actions-ci-link]: https://github.com/form8ion/nuxt/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster
[github-actions-ci-badge]: https://img.shields.io/github/actions/workflow/status/form8ion/nuxt/node-ci.yml.svg?branch=master&logo=github
[slsa-badge]: https://slsa.dev/images/gh-badge-level2.svg