0.1.7 • Published 9 months ago

@nyren/repo-templates v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@nyren/repo-templates

The @nyren/repo-templates package provides predefined repository templates for JavaScript and TypeScript projects. These templates are delivered as JSON files and are meant to be fetched using unpkg to facilitate quick setup of project structures.

Installation

This package is not intended for direct installation. Instead, it is designed to be fetched via unpkg in your automation tools or scripts. For example:

curl https://unpkg.com/@nyren/repo-templates@latest/templates.json -o templates.json

Example Usage

Here is a simple example where you can use template code from the @nyren/codebase-setup v0.3.0 and above library.

npm i -g @nyren/codebase-setup@0.3.0

nyrenx-codeup init

Templates

Currently, this package includes templates for:

  • JavaScript projects
  • TypeScript projects
  • Go projects

The templates contain configuration files such as:

  • tsconfig.json
  • .prettierrc.json
  • jest.config.ts
  • Other necessary configurations for modern development workflows

Contributing

Contributions are welcome! If you want to suggest improvements or additional templates, feel free to submit an issue or a pull request.

License

MIT License. See LICENSE for more details.

  • This project is licensed under the MIT License.
0.1.7

9 months ago

0.1.6

9 months ago

0.1.5

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago