https://github.com/opbi/ncm-preset-package
📦 [package] config standard and template used by ncm
https://github.com/opbi/ncm-preset-package
ncm
Last synced: 6 months ago
JSON representation
📦 [package] config standard and template used by ncm
- Host: GitHub
- URL: https://github.com/opbi/ncm-preset-package
- Owner: opbi
- License: mit
- Created: 2018-11-29T14:37:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-05T03:18:51.000Z (about 3 years ago)
- Last Synced: 2025-10-17T09:16:17.273Z (9 months ago)
- Topics: ncm
- Language: JavaScript
- Homepage: https://opbi.github.io/ncm-preset-package/
- Size: 2.9 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ncm-preset-package
📦 [package] config standard and template used by @opbi/ncm
---
### Purpose
#### Model of Package
This serves as the flagship and standard of how a package component should be developed, tested, built, published, documentated and shared. It is the mother and ultimate source of truth of how different tools and services are configured to model the process and standard of shipping a package.
#### Lord of Tooling
Any idea and optimisation should go into this repo, getting tested and reviewed, and populated to all packages through [ncm](https://github.com/opbi/ncm). It also serves as a single source of place to test any new development tool using its pipeline, and any niche programming edge case that may break the build configuration should be included in the src code here to be tested with any future tooling update. There should be no business logics here, and anything else that can be estabilished as a standard should be prooved here.
### Current Standard
- Initialisation: @opbi/ncm
- Development: yarn, babel, eslint, prettier, flow-typed, jsdoc, jest
- Commit: husky, commitlint
- Build & Publish: semantic-release, CircleCI, Coveralls, Scrutiniser, Snyk, Fossa, David, InchCI, Renovate
- Guide & Docs: documentation.js, gitbook, gh-pages, .md
- Deprecation: (@opbi/ncm)
### How to Use
### License
[MIT](License)