Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
create-textlint-rule
Advanced tools
Create textlint rule with no configuration.
This command line tools generate textlint rule project files by one command.
Install with npm:
npm install create-textlint-rule -g
Usage of create-textlint-rule
command.
$ create-textlint-rule --help
Usage
$ create-textlint-rule rule-name
Options
--help Show help
--yarn Use yarn for installing
--yes Pass --yes all for initializing process
Examples
$ create-textlint-rule awesome-rule
Create textlint rule project by following command:
$ create-textlint-rule no-todo
#`textlint-rule-no-todo` project is created in current dir
You can start to develop textlint rule. (See textlint-scripts for more details.)
Builds source codes for publish to the lib
folder.
You can write ES2015+ source codes in src/
folder.
npm run build
Run test code in test
folder.
Test textlint rule by textlint-tester.
npm test
Publish your rule to npm.
# Update version and git tag `patch` or `minor` or `major`
npm version {patch|minor|major}
npm publish
Next
You can learn to create textlint rule.
This Command line tools based on these project.
See Releases page.
Install devDependencies and Run npm test
:
npm i -d && npm test
Pull requests and stars are always welcome.
For bugs and feature requests, please create an issue.
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
MIT © azu
FAQs
Create textlint rule project with no configuration.
The npm package create-textlint-rule receives a total of 7 weekly downloads. As such, create-textlint-rule popularity was classified as not popular.
We found that create-textlint-rule demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.