rnx-kit/packages/template
renovate[bot] 57013d2191
fix(deps): update eslint (major) (#3394)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2024-10-17 14:41:52 +00:00
..
src chore: restrict use of `export default` (#2772) 2023-10-30 13:40:33 +01:00
test chore: restrict use of `export default` (#2772) 2023-10-30 13:40:33 +01:00
README.md chore(template): add 'Installation' and modify title (#2151) 2023-01-26 12:39:44 +00:00
eslint.config.js chore: migrate to ESLint flat config (#2782) 2023-11-03 14:02:18 +01:00
package.json fix(deps): update eslint (major) (#3394) 2024-10-17 14:41:52 +00:00
tsconfig.json feat(tsconfig): base TypeScript configs for working with Node (#2886) 2023-12-18 12:05:07 +01:00

README.md

@rnx-kit/template

Build npm version

This is a sample folder to use as base for generating new packages for rnx-kit.

Motivation

We want new packages to follow an existing set of patterns and guidelines; via this package, we can enforce easily allow new folders to stick to at least a common starting point.

Installation

yarn add @rnx-kit/template --dev

or if you're using npm

npm add --save-dev @rnx-kit/template

Usage

Simply run from rnx-kit root

yarn new-package newPackageName

To generate a sample project for you to use.