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
- Host: GitHub
- URL: https://github.com/vivaxy/create-n
- Owner: vivaxy
- License: mit
- Created: 2018-05-10T06:00:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T05:22:48.000Z (over 1 year ago)
- Last Synced: 2025-02-09T22:22:12.033Z (11 months ago)
- Topics: generator, npm, npm-init, npm-package, npx, package, scaffold, template
- Language: JavaScript
- Homepage: https://github.com/vivaxy/create-n
- Size: 931 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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