
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
natural-flowchart
Advanced tools
Describe a flowchart schem with human words and convert it to Flowchart.js script.
Describe a flowchart schem with human words and convert it to Flowchart.js script.
DEBUT Démarrage
Bienvenue !
SI utilisateur possède les droits
SI l'utilisateur est un administrateur
Connexion en tant qu'administrateur
SINON
Connexion en tant qu'utilisateur
SINON
Déconnexion
Fermer le programme
FIN
Tree view:
|-- Début
|-- Operation
|-- Tant que
| `-- Condition
| |-- Condition
| | `-- Operation
| |-- Contre-condition
| |-- Operation
| |-- Operation
|-- Operation
|-- Fin
Should output:
st=>start: Start
e=>end
bienvenue=>operation: Bienvenue!
isNotConnected=>condition: L'utilisateur n'est pas encore connecté
connectAdmin=>operation: Connexion en tant qu'administrateur
connectUser=>operation: Connexion en tant qu'utilisateur
hasRights=>condition: L'utilisateur possède des droits ?
isAdmin=>condition: L'utilisateur est administrateur ?
close=>operation: Fermer le programme
st->bienvenue->isNotConnected
isNotConnected(yes)->hasRights
isNotConnected(no)->isNotConnected
hasRights(yes)->isAdmin
hasRights(no)->disconnect
isAdmin(yes)->connectAdmin
isAdmin(no)->connectUser
close->close
connectAdmin->close
connectUser->close
close->e
FAQs
Describe a flowchart schem with human words and convert it to Flowchart.js script.
The npm package natural-flowchart receives a total of 17 weekly downloads. As such, natural-flowchart popularity was classified as not popular.
We found that natural-flowchart 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.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.