Package Exports
- comfytype
- comfytype/build/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (comfytype) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ComfyType
Comfiest way to start a TypeScript project!
npx comfytype
ComfyType is a one-line npx command to configure or create a very simple starter Node.js project TypeScript to get you coding right away as quickly as possible with ComfyCase syntax style lint rules.
Instafluff
Like these projects? The best way to support my open-source projects is by becoming a Comfy Sponsor on GitHub!
Come and hang out with us at the Comfiest Corner on Twitch!
Instructions
Run npx comfytype in a new project directory or an existing Node.js project directory.
What it does
This command will...
- (If there is no
package.jsonfile) Create a newpackage.jsonfile - Add TypeScript dependencies and relevant script commands to your
package.jsonfile - Create the
tsconfig.jsonfile with configurations for both Node and Browser (NOTE: You should update this file as needed for your project) - Configure the project with ComfyCase ESLint settings and create a
.editorconfigfile to accompany it - (If there is no
/srcdirectory) Create a project folder structure with a "Hello World" one-line example