This package has been deprecated

Author message:

Abandoned Package

@femboycafe/create
TypeScript icon, indicating that this package has built-in type declarations

0.3.11 • Public • Published

create-ts

Initializes one of many typescript templates - see here.

Usage

pnpm create @femboycafe

Usage from Source

on POSIX systems:

git clone https://github.com/Exponential-Workload/create-ts.git create-ts;
cd create-ts;
pnpm i;
pnpm build;
chmod +x ./dist/index.js
ln -s ./dist/index.js $HOME/.bin/create-ts; # assumes $HOME/.bin exists & is in your path
cd ..;

# to run:
create-ts

Package Sidebar

Install

npm i @femboycafe/create

Weekly Downloads

76

Version

0.3.11

License

MIT

Unpacked Size

2.11 MB

Total Files

191

Last publish

Collaborators

  • exponentialworkload