Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denkristoffer/create-single-purpose-website
A CLI tool to set up single-purpose website boilerplates
https://github.com/denkristoffer/create-single-purpose-website
Last synced: 7 days ago
JSON representation
A CLI tool to set up single-purpose website boilerplates
- Host: GitHub
- URL: https://github.com/denkristoffer/create-single-purpose-website
- Owner: denkristoffer
- License: mit
- Created: 2022-09-30T16:38:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-02T17:05:30.000Z (about 2 years ago)
- Last Synced: 2024-10-06T16:45:28.483Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-single-purpose-website
A CLI tool to set up single-purpose website boilerplates.
Installs:
- [Next.js](https://nextjs.org)
- [emotion](https://emotion.sh)## How to use
There’s no need to install this package, instead you can initialise it with npm directly:
```sh
npm init single-purpose-website
```