Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
CLI50 is a powerful command line toolkit designed to streamline the process of building TypeScript packages. It provides a collection of utility scripts to quickly scaffold Node.js packages, helping you focus more on logic and features rather than boilerplate setup.
Install the package globally using npm:
npm install -g cli50
Or with yarn:
yarn global add cli50
Once the package is installed globally, you can use the following scripts to create new packages.
To create a new package, run the following command:
create-package
This will generate a new directory containing all the files necessary for a package.
After running the above commands, your project structure will look something like this:
<package-name>/
├── src/
│ ├── index.ts
│ └── index.test.ts
├── .gitignore
├── .prettierrc
├── package.json
├── tsconfig.json
└── README.md
The generated package will include the following npm scripts:
npm run build
: Compiles the TypeScript codenpm run test
: Runs Jest testsIf you'd like to contribute to CLI50, we'd love to have your help! You can open issues or submit pull requests on our GitHub repository.
CLI50 is available under the MIT license. See the LICENSE file for more details.
FAQs
Command line toolkit for building typescript packages.
The npm package cli50 receives a total of 4 weekly downloads. As such, cli50 popularity was classified as not popular.
We found that cli50 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.