Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
generator-simple-ts
Advanced tools
A Yeoman Generator for creating a simple Typescript project structure.
Generates a Typescript project structure corresponding to the below diagram.
+-- <project-name>/
| +-- src/
| | +-- index.ts
| +-- package.json
| +-- tsconfig.json
| +-- tslint.json
| +-- LICENSE
| +-- README.md
| +-- CHANGELOG.md
| +-- [.git/]
| +-- [.gitignore]
Yeoman
globallynpm i -g yo
simple-ts
npm i -g generator-simple-ts
yo simple-ts
TODO
1. Project Name
The name for the project. Will be used for the name of the top level directory holding the project.
2. Version
The initial version number to use for the project. Defaults to 0.1.0
3. Description
The description of the project.
4. Author
The author of the project's name.
5. Email
The author's email address.
6. License
The type of license to use for the project. Offers a list of options.
7. Git
Whether to initialise a git repository in the project root.
8. Git provider
The Git provider for the remote repo. Currently supports: Github, Gitlab and Bitbucket.
9. Git user
The Git username to use in generating the repository URL. Only prompts when the option to initialise a git repository was selected. Generates a URL in the form in the package.json
:
https://github.com/<github-user>/<project-name>.git
[0.3.0] - 2019-03-03
FAQs
A Yeoman Generator for a simple Typescript project structure
The npm package generator-simple-ts receives a total of 1 weekly downloads. As such, generator-simple-ts popularity was classified as not popular.
We found that generator-simple-ts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.