Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielfsousa/npm-templates
CLI to bootstrap my javascript / typescript templates using `npm init` command
https://github.com/danielfsousa/npm-templates
boilerplate bootstrap hacktoberfest init npm starter templates
Last synced: 12 days ago
JSON representation
CLI to bootstrap my javascript / typescript templates using `npm init` command
- Host: GitHub
- URL: https://github.com/danielfsousa/npm-templates
- Owner: danielfsousa
- License: mit
- Created: 2020-10-28T01:19:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-01T03:49:28.000Z (over 2 years ago)
- Last Synced: 2024-10-12T04:09:14.635Z (about 1 month ago)
- Topics: boilerplate, bootstrap, hacktoberfest, init, npm, starter, templates
- Language: JavaScript
- Homepage:
- Size: 236 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# npm-templates
[![Version](https://img.shields.io/npm/v/@danielfsousa/create)](https://www.npmjs.com/package/@danielfsousa/create)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)Script to bootstrap my javascript and typescript templates using `npm init` command
## Usage
With `npm init`:
```bash
npm init @danielfsousa [TEMPLATE] [PROJECT_DIRECTORY]
```With `npx`:
```bash
npx @danielfsousa/create [TEMPLATE] [PROJECT_DIRECTORY]
```## Examples
Interactive mode:
```bash
npm init @danielfsousa
```Specifying template and project folder
```bash
npm init @danielfsousa express-rest my-rest-api
```