An open API service indexing awesome lists of open source software.

https://github.com/vivaxy/create-n

🥚Create Npm Package
https://github.com/vivaxy/create-n

generator npm npm-init npm-package npx package scaffold template

Last synced: 11 months ago
JSON representation

🥚Create Npm Package

Awesome Lists containing this project

README

          

# create-n

Create npm Package by `yarn create n`, `npm init n` or `npx create-n`.

[![Build Status][travis-image]][travis-url]
[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![MIT License][license-image]][license-url]
[![Standard Version][standard-version-image]][standard-version-url]
[![Codecov][codecov-image]][codecov-url]

# Features

- TypeScript
- Travis
- Jest Test with Codecov Report
- Standard Version with Commit Lint
- Code Style: Prettier + Editor Config
- Readme Badges
- GPL/MIT Licenses

[travis-image]: https://img.shields.io/travis/vivaxy/create-n.svg?style=flat-square
[travis-url]: https://travis-ci.org/vivaxy/create-n
[npm-version-image]: https://img.shields.io/npm/v/create-n.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/create-n
[npm-downloads-image]: https://img.shields.io/npm/dt/create-n.svg?style=flat-square
[license-image]: https://img.shields.io/npm/l/create-n.svg?style=flat-square
[license-url]: LICENSE
[standard-version-image]: https://img.shields.io/badge/release-standard%20version-brightgreen.svg?style=flat-square
[standard-version-url]: https://github.com/conventional-changelog/standard-version
[codecov-image]: https://img.shields.io/codecov/c/github/vivaxy/create-n.svg?style=flat-square
[codecov-url]: https://codecov.io/gh/vivaxy/create-n